Skip to content

Instantly share code, notes, and snippets.

@artificialarea
Last active March 24, 2020 19:21
Show Gist options
  • Save artificialarea/a569e1af27871315ba2ea46130e9879b to your computer and use it in GitHub Desktop.
Save artificialarea/a569e1af27871315ba2ea46130e9879b to your computer and use it in GitHub Desktop.
Object Drills
re: https://courses.thinkful.com/nw-fund-v2/checkpoint/7
--
Pair'd: Sacha Sedriks (me) & Nathaniel Mata
1. Object initializers and methods > DONE
https://repl.it/@artificialArea/drill1object-initializers-and-methods
2. Iterating over an object's properties > DONE
https://repl.it/@artificialArea/drill2Iterating-over-an-objects-properties
3. Arrays in objects > DONE
https://repl.it/@artificialArea/drill3arrayinobject
4. Arrays of objects > DONE
https://repl.it/@artificialArea/drill4arraysofobject
5. Properties that aren't there > DONE
https://repl.it/@artificialArea/drill5properties-that-arent-there
6. Factory Functions with LOTR > DONE
https://repl.it/@artificialArea/drill6FactoryFunctions-withLOTR-v2
7. A Database Search > In Progress...
https://repl.it/@artificialArea/drill7Database-Search
8a. BONUS II: A Database Method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment