The goal of the lodash.js koans is to orient you to the lodash JavaScript library through automated testing. When you first run the koans, you'll be presented with a runtime error and a stack trace indicating where the error occurred. Your goal is to make the error go away. As you fix each error, you should learn something about the lodash.js library.
-
Navigate to the
code4lib_javascript_workshop
folder and openKoansRunnnerJS.html
. -
The first error will be in
koans/js/AboutExpects.js
. Fix the first test and refresh the browser. -
Rinse and repeat until all tests turn green.
After completing koans/js/AboutExpects.js
, open KoansRunnerLoDash.html
and koans/lodash/AboutCollectionMethods.js
to begin the lodash.js API tour.
- David Laing - Borrowed from: https://github.com/mrdavidlaing/javascript-koans
- Edgecase - for the great Ruby koans