Skip to content

AlexWang-16/learn_javascript

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published