From the course: Elixir 101: Essential Functional Programming Techniques

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Challenge: Create a list of maps

Challenge: Create a list of maps

- [Instructor] This coding exercise is a test of your skills with data collections. Use the exercise to determine how well you've learned those skills. Check out Branch 05_03b. The exercise is located in the directory for chapter five in the file, collection_exercise.ex. There are several exercises for you to solve. You solve them by writing functions to meet the requirements in the document block for each function. As you work through the exercises, you can test your work by running each function in the terminal, to see if you get the desired result, or the test function. When you call the test function in the terminal now, you'll get all false return values. When you have successfully completed all the exercises you will get all true return values. If you get stuck, you can check the solutions in Branch 05_03e. Pause the video here until you're ready to see the solution. Good luck, and be sure to have fun. In this video,…

Contents