Skip to content

Instantly share code, notes, and snippets.

@goldtreefrog
Created October 19, 2017 15:48
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/e0fa6a2dca82c0fac9f75da3fee4a8f8 to your computer and use it in GitHub Desktop.
Save goldtreefrog/e0fa6a2dca82c0fac9f75da3fee4a8f8 to your computer and use it in GitHub Desktop.
Array Basic Drills
https://repl.it/MuMh - Create an array from parameters passed into a function. (u2l4p2-creating-arrays)
https://repl.it/MuOt - Add an item to the end of an array using "push". (u2l4p2-adding-arrays)
https://repl.it/MuQQ - Return first and third items from within an array. (u2l4p2-accessing-array-items)
https://repl.it/MuRi - Functions to 1) return length of array and 2) return last item of array. (u2l4p2-array-length-access)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment