Ten Functions!
"Ten Functions" is a perepared environment to practice writing JS functions to solve written specifications.
Get Started!
- Click the "Remix on Glitch" button to make your own copy
- Follow the README.md file for exercise directions and problem specifications
- Practice writing JavaScript functions by following these 10 challenges
- Automated test results show output results on this page.
- Write your solutions inside of
solutions.js
- The unit tests in
tests.js
:- Run automated tests on your provided solutions
- Test output turns from red to green as your solutions satisfy requirements
- Start red because there is no code inside of the solutions yet
Tests provide feedback
Feedback improves practice
Practice improves performance
The "Ten Functions" Test results 👟
Read the README- Function definitions that pass test assertions turn red tests green, indicating their correctness
- See "Spec List" for overview data and "Failures" for more detailed test output