tiy-tpa-fee / koans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Koans

ko·an /ˈkōän/ noun

a paradoxical anecdote or riddle, used in Zen Buddhism to demonstrate the inadequacy of logical reasoning and to provoke enlightenment.

JavaScript Koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence. These problems will be very simple, so don't overthink them! In most cases the solution is in the question itself. This is about practice and exposure. This should be practiced regularly, in fact you will given this assignment a number of times.

Running the koans

First, fork and clone the repository from your own account, if needed.

yarn install
yarn reset
yarn test

Start editing koans.js. You only need replace instances of __ in each test case to make it pass. You shouldn't need to edit any other code.

Don't edit koans.original.js. I will also be improving and extending the set of koans over time, so you'll be able to pull upstream changes to this file (using yarn reset).

Explorer & Adventure Mode

  • Complete all of the available koans.

About


Languages

Language:JavaScript 100.0%