Skip to content

Instantly share code, notes, and snippets.

@goldtreefrog
Last active October 23, 2017 02:15
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/111725e1f43689f1a87511dc22b66f86 to your computer and use it in GitHub Desktop.
Save goldtreefrog/111725e1f43689f1a87511dc22b66f86 to your computer and use it in GitHub Desktop.
Object Drills 2
https://repl.it/NCFD/1 - Create a function that takes an object and outputs an array ready for report (u2l6p5-make-student-reports.js)
https://repl.it/NCtc - Input an array to change students' status value, returning in another array. (u2l6p5-enroll-in-summer-school.js)
https://repl.it/NDCK - Given an array of objects and an ID number, find the one whose ID number matches. (u2l6p5-find-by-id.js)
https://repl.it/NDGt - Validate keys in object against expected keys. (u2l6p5-validate-object-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