Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.59 KB

File metadata and controls

53 lines (33 loc) · 1.59 KB

JavaScript Practice

This repository contains all my review into the basics of JavaScript

NPM Version Build Status

This repository is useful for any developer looking to review the essentials of JavaScript. Within the each file are fully built-out examples with comments thoroughly explaning what each piece of the code is doing. I created and utilized this project for the introduction to JavaScript portion of the Lambda School curriculum.

Future plans for this project include: adding code challenges with test files to further practice this material.

Get Started

Fork/clone the repository

Using VSCode and a Command Line:

cd into your newly cloned repository
Create a new branch

Development setup

After you have created your branch, choose which file you want to review:

cd <folder of your choice>
node <filename>

Release History

  • 0.0.1
    • Work in progress

Meta

Adam Monast – LinkedInadammonast@gmail.com

Check out my other projects!