scotch.io
Getting Started with JavaScript Object
9
An object is a type of data in JavaScript. It's the only value you can pass around as variables besides primitives. For this reason, objects are really important in JavaScript. Read full article