Objects
•JavaScript is an Object Oriented Language.
•Objects are things—nouns
–They have attributes---adjectives
•We call the attributes properties
–They have actions---verbs
•We call the actions methods– use ()
•