Javascript objects
javascript is an object-oriented programming language.
Javascript object is a collection of properties each property is key -> value pair.
ways of creating an object
object literal notation
is a list of name : values inside curly braces
var obj = {
...
skanyingi.hashnode.dev2 min read