Codewars: Time traveller #32
Labels
🏕 Priority Mandatory
This work is expected
📅 Sprint 2
Assigned during Sprint 2 of this module
🎯 Topic Code Review
Reading, understanding, and analysing code
🎯 Topic Problem-Solving
Breaking down problems and building up solutions
🎯 Topic Programming Fundamentals
Learning syntax: data types, functions, loops, expressions, etc
🎯 Topic Requirements
Interpreting requirements with precision and accuracy
🎯 Topic Time Management
Managing competing needs and meeting deadlines
Link to the coursework
https://www.codewars.com/users/CodeYourFuture/authored_collections
Why are we doing this?
Every week you need to complete at least three kata. Spend at least 20 minutes, three times a week, on your kata workout.
Choose some kata from the Data Groups collection but now also work through the Array and Object Methods collection. This collection specifically helps you practice working with arrays and arrays of objects. Look on the sidebar, it has a giant list of the methods that you can practice with this collection, but most important it has lots of
map
filter
andreduce
problems, which you will use all the time in programming.Time traveller
Don't just go forwards through the collections. Loop back and review your work from last month. How have you progressed? Would you choose another solution now?
Maximum time in hours (Tech has max 16 per week total)
1
How to get help
Remember, after 20 minutes, take a break.
How to submit
Your codewars progress is tracked automatically and is available on the public API. You don't need to submit it.
How to review
Once you have completed your kata, look at the other solutions in the solutions view. Consider how many different approaches there are. What about different languages?
The text was updated successfully, but these errors were encountered: