AlexWang-16 / learn_javascript

My JavaScript adventures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn_javascript

My JavaScript adventures

Requirements

  1. Node JS v8+ with Node Package Manager (NPM)

Installation Instructions

  1. git clone this repository
  2. change directory into learn_javascript
  3. execute npm install

The node modules from package.json will be downloaded.

Directory structure

All adventures are store inside adventure/ directory. Inside that directory are a series of numerically labeled adventure. Please see adventures directory for the description of each adventure.

How to execute the adventures

  1. Navigate inside the directory of the specific adventure
  2. Execute node nameOfAdventure.js (i.e. npx babel-node 04a.js)

About

My JavaScript adventures

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%