Create Github account and download Git bash for Windows.
Create public repository with name JavaScriptTraining.
Clone this repository in your laptop.
Make below commits:
- Commit to add new files.
- Commit to modify new files.
- Commit to delete one file.
- Commit to add few more files.
- Commit to rename some of the files.
Create difference table of let, var and const.
Create difference table of Process vs Thread.
Create difference table of Compiler vs Interpreter vs JIT.
Create difference table of Primitive vs Non Primitive.
Create difference table of Number vs BigInt.
Create difference table of With use strict vs without use strict.