Skip to content

Instantly share code, notes, and snippets.

@goldtreefrog
Last active October 22, 2017 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldtreefrog/84c089b2ff7e1db1f94b8a266aee4b48 to your computer and use it in GitHub Desktop.
Save goldtreefrog/84c089b2ff7e1db1f94b8a266aee4b48 to your computer and use it in GitHub Desktop.
Object Drills 1
https://repl.it/NBRi - Object Creator; create an object literal (u2l6p2-object-creator.js)
https://repl.it/NBSM - Object Updater; add keys to an existing object (u2l6p2-object-updater.js)
https://repl.it/NBST/1 - Self-Reference; reference variables within the same function using "this". (u2l6p2-self-reference.js)
https://repl.it/NBSF/2 - Deleting Keys (u2l6p2-deleting-keys.js)
@goldtreefrog
Copy link
Author

goldtreefrog commented Oct 22, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment