Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danseethaler/object-fiddles


https://github.com/danseethaler/object-fiddles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Object Practice
=========
##### Fork this repo, clone your fork, then open practice.js and complete all the activities.
* COMMIT AND PUSH YOUR CODE OFTEN!

### Learning Objectives
- use cases for objects
- how to create and add properties/values to objects
- how to loop through objects
- how to create and invoke a method
- bracket notation vs dot notation
- how to remove keys/props from objects (delete)