objectAttr

Description

Given an object and an attribute key, the objectAttr function will return the value of the specified attribute.

Input / Parameter

Output

Callback

N/A

Video

Coming Soon.

Example

Given the above object, objectAttr function for name will return John.

  • See also objectValues and objectKeys

Last updated