/simplifying-js

Source code for Simplifying JavaScript, Book Simplifying JavaScript Writing Modern JavaScript with ES5, ES6, and Beyond

Primary LanguageJavaScript

Simplifying JavaScript Code

image

Tests

  • npm install
  • npm test

If you want to edit code while running tests:

  • npm run test:watch