B2. Objects

  1. Object Creation - how to create objects;

  2. Copy Object - how to copy objects;

  3. Object Methods - several types of object methods and its properties;

  4. Object Properties - how to work with object properties;

  5. Object Property Attributes - how to configure object property attributes;

  6. Object Iteration - several approaches to object iteration;

  7. Immutable Objects - how to make object immutable;

  8. Object to Primitive Conversion - how to convert object to primitive value

  9. Object Prototype - working with object prototype chain;

  10. Object.prototype.toString - object to string conversion;

  11. Object rest/spread - object rest/spread syntax;

References

Last updated