ECMAScript 5 – Object.create and Property Descriptors



ECMAScript 5 – Object.create and Property Descriptors

In this video I talk about how we can create objects in ECMAScript 5 using the Object.create function. I also talk about how property descriptors work and how we can create properties for objects in a number of different ways.

For code in this video please check out the following git repository:-

https://github.com/lyraddigital/ecmascript5samples.git

You can follow me on twitter at: https://twitter.com/dduckmanton82
You can also follow my business account at: https://twitter.com/LyradDigital
You can also follow my business account on Facebook at: https://www.facebook.com/lyraddigital
Lastly you can support on Patreon at:- https://www.patreon.com/user?u=5536390

I publish an article every now and then on LinkedIn as well. So connect with me on LinkedIn at: https://au.linkedin.com/in/daryl-duckmanton-4478a14a

Watch all my other videos in this series:-

Part 1 – Installing Node and NPM: https://www.youtube.com/watch?v=ek7yPsP8JK8
Part 2 – What is Node JS?: https://www.youtube.com/watch?v=LCu3gPQuPvk
Part 3 – ECMAScript5 Strict Mode: https://www.youtube.com/watch?v=zxMxbK9hAKs
Part 4 – ECMAScript5 – Getters And Setters: https://www.youtube.com/watch?v=7k2tOB0hnG8

source

You May Also Like