An open API service indexing awesome lists of open source software.

https://github.com/rishant/2024_javascript_learning

javascript learning
https://github.com/rishant/2024_javascript_learning

Last synced: 6 months ago
JSON representation

javascript learning

Awesome Lists containing this project

README

          

# Learning References:
https://www.youtube.com/playlist?list=PLu71SKxNbfoBuX3f4EOACle2y-tRC5Q37

## Javascript Spacifications:
https://tc39.es/ecma262/
https://developer.mozilla.org/en-US/docs/Web/JavaScript

### Day : 1 - Nodejs Environment Installation & Verifying
cmd:\> node -v

### Day : 1 - Execute JS file from terminal using node commandline
cmd:\> node 01_basics\day1.js