GitXplorerGitXplorer
i

lodash_code4lib_workshop_2016

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
19933829cc153b2f7ff6cac7487f224ea70bfe4a

update index

bbretdavidson committed 9 years ago
Unverified
1638a3585eabbe00ba824689e238503ae7b74010

update help text

bbretdavidson committed 9 years ago
Unverified
6883026a358a8d4b18c83748d4b15f1525b59e48

add solutions for final section

bbretdavidson committed 9 years ago
Unverified
9d28f288d8ff51d53366fd7bebd92fbe7bc6d368

clean up test description

bbretdavidson committed 9 years ago
Unverified
0a0897926fb3039e5c6f5c3c9f8efb2a0e1bdd67

split expects into single it statements

bbretdavidson committed 9 years ago
Unverified
5dfe326007db57753508151b4d9efd0058e52334

add links for perf examples

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