Back to Browse

JavaScript: Objects

308 views
Jan 9, 2024
29:57

Objects are another compound data type in JavaScript. They’re similar to arrays in that they hold a collection of values, but they differ in that objects use strings called keys instead of numeric indices to access the values. Each key is associated with a specific value, forming a key-value pair. Github: https://github.com/markumreed https://www.linkedin.com/in/markumreed/

Download

0 formats

No download links available.

JavaScript: Objects | NatokHD