Skip to content

Commit

Permalink
Update 06-basic-knowledge-exercise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sajidhamdard authored Mar 13, 2024
1 parent bd66e97 commit 0448244
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Exercises-And-Solutions/exercises/06-basic-knowledge-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@

### Question 1

Create Github account and download Git bash for Windows
Create Github account and download Git bash for Windows.

### Question 2

Create public repository with name JavaScriptTraining
Create public repository with name JavaScriptTraining.

### Question 3

Clone this repository in your laptop
Clone this repository in your laptop.

### Question 4

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
- 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.

# Difference tables

### Question 1

Create difference table of let, var and const
Create difference table of let, var and const.

### Question 2

Create difference table of Process vs Thread
Create difference table of Process vs Thread.

### Question 3

Create difference table of Compiler vs Interpreter vs JIT
Create difference table of Compiler vs Interpreter vs JIT.

### Question 4

Create difference table of Primitive vs Non Primitive
Create difference table of Primitive vs Non Primitive.

### Question 5

Create difference table of Number vs BigInt
Create difference table of Number vs BigInt.

### Question 6

Create difference table of With use strict vs without use strict
Create difference table of With use strict vs without use strict.

0 comments on commit 0448244

Please sign in to comment.