Take a deep dive into some essential methods in the built-in Object methods in JavaScript with Rohan from @DecodeWebWithRohan . This video is the 2nd part in a two part series discussing these methods in depth with examples. Such as: how to access prototype of an object, access the objects own properties, and conversion of an object into primitives, string, locale specific string.
Also check these out!
Part I in the series - JavaScript | The Essential built-in Object methods you need to know | Part I ( • The Essential built-in *Object methods* yo... )
JavaScript | Learn What Object Property Descriptors are and How to Use Them in JavaScript ( • Learn What *Object Property Descriptors* a... )
JavaScript | Introduction to Objects ( • Introduction to *Objects* | JavaScript Basics )
Playlist:
Analysing JavaScript ( • Introduction to *Objects* | JavaScript Basics )
Content:
0:00 - Intro
0:41 - Access prototype
0:51 - Object.getPrototypeOf()
1:00 - Object.setPrototypeOf()
2:05 - Object.prototype.__proto__
2:19 - Access own properties: Enumerable
2:25 - Object.keys()
2:51 - Object.values()
3:19 - Object.entries()
3:42 - Access own properties: All
3:48 - Object.getOwnPropertyDescriptor()
4:21 - Object.getOwnPropertyDescriptors()
4:47 - Object.getOwnPropertyNames()
4:55 - Object.getOwnPropertySymbols()
5:29 - Conversion to primitives
5:34 - Object.prototype.toString()
6:04 - Object.prototype.valueOf()
7:24 - Object.prototype.toLocaleString()
Tools being used:
Code editor: VS Code (https://code.visualstudio.com/)
Manage version control: GIT (https://git-scm.com/downloads)
GUI for GIT: Sourcetree (https://www.sourcetreeapp.com/)
Design: Pencil Project (https://pencil.evolus.vn/)
Repository: GitHub(https://github.com/DecodeWebWithRohan...)
Graphic Design: Canva (https://www.canva.com/)
Recording: Obs Studio (https://obsproject.com)
Video Editor: Shotcut (https://shotcut.org/download/)
Link to the code repositories:
https://github.com/DecodeWebWithRohan...
Please consider supporting the channel:
https://paypal.me/DecodeWebWithRohan
Follow me on twitter or facebook:
/ decodewebwrohan
/ decodewebwithrohan
#javascript #object #javascriptforbeginners #javascripttutorial #javascriptobjects #learnjavascript #javascriptfundamentals #javascriptbasics #javascriptobjectmethods