Skip to content

cyhtan/js-koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-koans

This is a replica of the popular JavaScript Koans repo to be used for YI-Summer-2015 coding camp.

Getting Started

  • Fork
  • Clone
  • Open KoansRunner.html in a browser
  • Read the error message and fix the problem (hint: you have to change /koans/AboutExpects.js line 5)
  • The goal is to have all tests pass, which will be indicated by many green messages.
  • Take the challenge one error message at a time.
    • figure out which file you need to modify
    • see what was expected to be the result
    • see how you can change the argument within expect() to match that expectation

Reference

Recommended reading before you start:

O'Reilly Media: JavaScript The Definitive Guide Chapters by David Flanagan

  • Introduction: Chapter 1.
  • Part I Core JavaScript: Chapters 2-8 up to and including Functions

Or you could just go ahead and try, using Google as your friend whenever you need.

Submitting your solution

  • commit early and often
  • push your commits to your remote master branch
  • make a pull request to this repo to the branch with YOUR NAME
  • email me

Any questions please ask.

Go Awesome Hackers!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • CSS 4.1%
  • HTML 1.8%
  • Shell 0.1%