https://github.com/gobeam/node-workshop
Resource repo for 60 hours node-workshop held for IIMS Bsc.It 6th & 9th sem
https://github.com/gobeam/node-workshop
Last synced: 9 months ago
JSON representation
Resource repo for 60 hours node-workshop held for IIMS Bsc.It 6th & 9th sem
- Host: GitHub
- URL: https://github.com/gobeam/node-workshop
- Owner: gobeam
- Created: 2020-09-19T14:22:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T05:01:59.000Z (over 4 years ago)
- Last Synced: 2025-03-30T07:51:12.959Z (10 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 9
- Watchers: 19
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js WorkShop
* [Learn Basic About Git](https://github.com/gobeam/Node-workshop/tree/master/1.%20Learning%20About%20Git)
* [Introduction to Node.js](https://github.com/gobeam/Node-workshop/tree/master/2.%20Introduction%20to%20Nodejs)
* [Data Types](https://github.com/gobeam/Node-workshop/tree/master/3.%20Data%20Types)
* [Array & Objects](https://github.com/gobeam/Node-workshop/tree/master/4.%20Array%20%26%20Objects)
* [setTimeout, setInterval](https://github.com/gobeam/Node-workshop/tree/master/5.%20setTimeout%2C%20setInterval)
* [Promise](https://github.com/gobeam/Node-workshop/tree/master/6.%20Promise)