rmurphey / js-koans

a fully in-browser experience for js-assessment, in the koan style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-koans

Join the chat at https://gitter.im/ashleygwilliams/js-koans

js-koans is a fully in-browser experience for js-assessment in the style of koans.

what are koans?

a koan as defined by wikipedia is a " a story, dialogue, question, or statement, which is used in Zen practice to provoke the 'great doubt' and test a student's progress in Zen practice."

what is js-koans?

js koans is a set of tests of increasing difficulty, across several JavaScript content areas, meant to both test, and teach, foundational JavaScript skills.

the content this project utilizes exists across 2 repositories:

  • the tests, and both a node and browser CLI, exist here
  • the answers exist here

inspiration

this project was originally inspired by Jim Weirich's Ruby Koans project <3 <3 <3

up and running

js-koans is an express application.

$ npm install
$ npm start

how can i help?

js-koans is in the very priliminary stages of development. helpful contributions could include

Join the chat at https://gitter.im/ashleygwilliams/js-koans

About

a fully in-browser experience for js-assessment, in the koan style


Languages

Language:JavaScript 100.0%