add removeFromArray

This commit is contained in:
Cody Loyd
2017-08-24 08:12:11 -05:00
parent fd5b062516
commit 4c8f1643ec
4 changed files with 34 additions and 2 deletions
-2
View File
@@ -19,8 +19,6 @@ The first exercise, `helloWorld` will walk you through the process in more depth
1. Caesar Cipher
1. Palindromes
1. Pangrams
1. Remove specific elements from array: remove([1,2,3,4], 3) <= remove 3 from that array
1. repeat string given number of times
1. sum numbers in range: sumAll(1,4) (sums all numbers between and including 1 and 4)
1. pig latin
1. fibonacci