Every branch is a step in the lesson.
Step 0: Set up
Step 1: Hello World, Scripts
Step 2: Variables
Step 3: If/Then/Case Statements
Step 4: Loops
Step 5: Functions & Currying
Step 6: Map, Reduce, Filter
Step 7: Dependencies
-
Make a new repository on Github.
-
Write a function that takes a list, and using a map function multiples every number in this list by 3 and returns the new list. Call your function to test that it works.
-
Challenge Write a function that takes a list of strings, and using a reduce function concatenates them into one string and returns it.
-
Submit the google form with a link to your repository.