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
- Host: GitHub
- URL: https://github.com/rishant/2024_javascript_learning
- Owner: rishant
- Created: 2023-11-12T08:17:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T18:03:55.000Z (about 2 years ago)
- Last Synced: 2025-04-05T06:29:47.522Z (10 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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