Closed
Description
The project is in alpha stage and now available for testing on https://kazk.github.io/codewars.com/.
Any feedback is appreciated.
Note that styling hasn't been the priority and mostly incomplete. We're planning to work on this in July.
The source is kept under docs and will be open for contribution soon.
Experimental search feature is available on /search which uses lunr.js and supports some modifiers.
Experimental cookbook style documentation is added. See this example.
API documentation can be found on /api.
See docs for more information.
Updates
TODO
- Review and update old documentations about Codewars platform
- Update
Test.assert(Not)ApproxEquals
(JavaScript CW-2) - Improve
Test.randomNumber
,Test.randomToken
(JavaScript CW-2) - Fix typo
soltion.txt
in "Restricting Solution" cookbook - Use
target="_blank"
for external links
Proposals
- [Tutorial] Writing random tests
- [FAQ] Why are the tests failing even though I have printed the correct results to the console?