Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danseethaler/object-fiddles
https://github.com/danseethaler/object-fiddles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danseethaler/object-fiddles
- Owner: danseethaler
- Created: 2015-07-15T00:29:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T01:40:33.000Z (over 9 years ago)
- Last Synced: 2023-02-28T20:52:13.996Z (almost 2 years ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)