Using JavaScript takes practice and the best practice is repetition. This exercise allow you time to work on the basics of JavaScript and how to apply that logic to solving problems.
Objectives
After completing this assignment, you should be able to:
Demonstrate understanding of iteration/enumeration
JavaScript Iteration
Using JavaScript takes practice and the best practice is repetition. This exercise allow you time to work on the basics of JavaScript and how to apply that logic to solving problems.
Objectives
After completing this assignment, you should be able to:
Instructions
hub clone js-iteration
yarn install
(or justyarn
for short)yarn test
src/functions.test.js
and work on functions until tests pass.Explorer Mode
js-iterations
using the directions aboveAdventure Mode
Do the same with the JavaScript Koans at https://github.com/suncoast-devs/koans/blob/master/koans.js
Do the same with the Function-Junction Koans at https://github.com/suncoast-devs/function-junction
Additional Resources
Reference the documentation on DevDocs to find what kind of helpful functions might already be in JavaScript.