<<
Objects
Objects are (hierarchical) collections of data and functions (methods)
- Objects are neat to make elegant code, but
objects are not necessary in any sense
- So you might forget today's topic!
- And there won't be an assignement
- You have seen objects before
- JavaScript is "kind-of" object oriented
- Let's start with
a piece of code
>>