/JS-Exercise-Classes

Solving LAMBDA School's Javascript challenges.

Primary LanguageJavaScript

The class Syntax

I stumbled upon LAMBDA's curriculum and I am using her in-house student challenges to verify my self-taught knowledge of Web Programming(Javascript).

This challenge focuses on using the new for ES6 class syntax.

Index

Instructions

Find the file index.js and complete the tasks until all of your tests pass.

[Redacted]

Get Started

Using VSCode and the Command Line:
  1. Fork repo and add TL as collaborator on Github.
  2. Clone your fork (not Lambda's repo by mistake!).
  3. cd into your newly cloned repository.
  4. Create a new branch by typing git checkout -b <firstName-lastName>.
  5. Install dependencies by typing npm install.
  6. Run tests by typing npm run test:watch.

[Redacted]