JavaScript Basics

The repository contains test cases and empty function definitions which need to be populated to solve the different challenges set in the week 1 walkthrough.

Getting started

First up, create a fork of this repo.

Then clone your copy of the repo:

  • git clone git@github.com:*your-github-username*/javascript-basics.git

Then cd into the repository and run npm install.