GitXplorerGitXplorer
i

lodash_code4lib_workshop_2016

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8c1a57817f3dfdc75ca781a630e0d8069d4a1066

fix times

bbretdavidson committed 9 years ago
Unverified
d7331d4e5bc8f8967cdd717f81ed864bb4552ad2

update presentation, add more lodash resources

kkbeswick committed 9 years ago
Unverified
44c2edcb948ff2159a9016da12d216e7d921e0bb

add next steps notes

bbretdavidson committed 9 years ago
Unverified
b33ce71473d810fe5a8309261dc3f252dee1bc6a

update presentation

kkbeswick committed 9 years ago
Unverified
cd7e6004ec28f8d87fe2fefc7bd46b67d719bedf

update lodash version

bbretdavidson committed 9 years ago
Unverified
7c512105e6031fa2f99e2a5cbbfb577e431066a3

make tests fail

bbretdavidson committed 9 years ago

README

The README file for this repository.

Code4Lib 2016

lodash.js API Tour

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.

Orientation

  1. Navigate to the code4lib_javascript_workshop folder and open KoansRunnnerJS.html.

  2. The first error will be in koans/js/AboutExpects.js. Fix the first test and refresh the browser.

  3. Rinse and repeat until all tests turn green.

Running the Koans

After completing koans/js/AboutExpects.js, open KoansRunnerLoDash.html and koans/lodash/AboutCollectionMethods.js to begin the lodash.js API tour.

Acknowledgements

License

MIT Licensed