Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 473 Bytes

Intro to Modern JavaScript in-session lab - Solutions

In this repo you will find solutions to the in-session pairing/group activity for Modern JavaScript.

The original repo for "Introduction to Modern JavaScript" can be found here: https://github.com/techreturners/lm-lab-modern-js

Getting Started

To get started:

        npm install

To run individual tests:

        npm test file_name.test.js

To run an individual file:

        node file_name.js