Object.getOwnPropertySymbols()

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

Explanation: The static method that returns an array of all symbol properties found directly upon a given object. Symbol properties are often used to add unique and non-enumerable properties to objects.

Browser compatibility:
  • The chrome browser supports this feature starting from version 38
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 36
  • The safari browser supports this feature starting from version 9
Availability: