Skip to content

Instantly share code, notes, and snippets.

@Schmerb
Created May 23, 2017 23:59
Show Gist options
  • Save Schmerb/98768dc13bc807401cca694e5fbba8c6 to your computer and use it in GitHub Desktop.
Save Schmerb/98768dc13bc807401cca694e5fbba8c6 to your computer and use it in GitHub Desktop.
Lesson 4 basic array drills
create array
https://repl.it/G9GB/79
adding item to array
https://repl.it/G9GI/69
accessing array items
https://repl.it/G9GO/68
length/access
https://repl.it/G9GS/82
copying
https://repl.it/G9GV/84
copying II
https://repl.it/G9G7/147
squares
https://repl.it/G9HI/66
sort
https://repl.it/G9H5/52
filter
https://repl.it/G9Hd/60
find
https://repl.it/G9Hl/45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment