Object.defineProperties()

Term side of the Card
Topic: Object
Unit title: Object.defineProperties()
Categories: Method
Explanation side of the Card

Explanation: The static method that defines new or modifies existing properties directly on an object, returning the object. It allows defining multiple properties at once, including their descriptors like configurable, enumerable, writable and value.

Browser compatibility:
  • The chrome browser supports this feature starting from version 5
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 4
  • The safari browser supports this feature starting from version 5
Availability: