Skip to main content

Advanced JavaScript

Go deeper β€” how values and memory actually work, array and object manipulation, ES6+ features, closures, hoisting, asynchronous code, OOP, and regular expressions.

πŸ“„οΈData Manipulation in Object

Introduction to Data Manipulation in Object, Object.keys, Object.values, Object.entries, Object.fromEntries, Object.assign, Object.getOwnPropertyDescriptors, Object.defineProperties, Object.seal, Object.freeze, Object.preventExtensions, Object.isSealed, Object.isFrozen, Object.isExtensible, Object.getOwnPropertyDescriptor, Object.defineProperty, Object.getOwnPropertyNames, Object.getPrototypeOf, Object.setPrototypeOf, Object.create, Object.prototype.hasOwnProperty, Object.prototype.propertyIsEnumerable, Object.prototype.isPrototypeOf, Object.prototype.toString, Object.prototype.toLocaleString, Object.prototype.valueOf, Object.prototype.__proto__