crci-tdd

JavaScript Solutions. A TDD approach.

Usage no npm install needed!

<script type="module">
  import crciTdd from 'https://cdn.skypack.dev/crci-tdd';
</script>

README

Cracking the Coding Interview 6th Edition

JavaScript Solutions. A TDD approach.

Build Status

Remark: The test cases do not contain the actual questions. For the questions, please support Gayle by purchasing her amazing book.

Setup

npm install

Test

Run all test cases

npm test 

Run and watch test cases

npm run tdd