Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 476 Bytes

JavaScript for Beginners

JS for Noobs aims to explain basic JavaScript concepts through simple examples.

Navigation

File names are reflection of a concept in JavaScript. Open the file and you will see the explanation of that concept.

Prerequisites

  • Node JS
  • Javascript

Installation

Just install the Node.js

How to use

$ git clone https://github.com/andrekristanto1798/js-for-noobs
$ cd js-for-noobs
$ node <file> # Example: node decorator.js