Skip to content

Instantly share code, notes, and snippets.

@goldtreefrog
Created October 20, 2017 01:38
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/d78e92d66f15d62e91a737f9d6b58cc0 to your computer and use it in GitHub Desktop.
Save goldtreefrog/d78e92d66f15d62e91a737f9d6b58cc0 to your computer and use it in GitHub Desktop.
Array Method Drills
https://repl.it/MwHo - Copying portions of arrays using .slice(). (u2l4p4-array-copying-1)
https://repl.it/MwID/1 - More practice copying arrays. (u2l4p4-array-copying-2)
https://repl.it/MwJl - Squares in new array made using .map() method. (u2l4p4-squares-with-map)
https://repl.it/MwJ3 - Sort an array of numbers in reverse order. (u2l4p4-sort)
https://repl.it/MwJB - Filter an array according to word length. (u2l4p4-filter)
https://repl.it/MwJN - Find the first number in an array that is divisible by 5. (u2l4p4-find)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment