jeremycrawford / javaScript-Objects

Practicing with objects stored in variables

Home Page:http://jeremycrawford.github.io/javaScript-Objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objects and properties

According to MDN, an object is a collection of properties, and a property is an association between a name and a value. A property's value can be a function, in which case the property is known as a method. In addition to objects that are predefined in the browser, you can define your own objects.

I created objects stored in variables. This was my first introduction to writing Objects.

About

Practicing with objects stored in variables

http://jeremycrawford.github.io/javaScript-Objects


Languages

Language:JavaScript 95.6%Language:CSS 4.4%