Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 455 Bytes

File metadata and controls

11 lines (9 loc) · 455 Bytes

patterns.js

This is the complementary code repository for an ongoing blog post / set of notes about core JavaScript concepts and patterns. It is done is a BDD style set of specifications using the Mocha testing framework and node.

Running the code
  1. Clone the repo
  2. Use NPM to install dependencies:
    • npm install path/to/patterns.js
  3. Run via $ npm test