Skip to content

Commit

Permalink
Merge pull request ganqqwerty#100 from KamleshPandey98/master
Browse files Browse the repository at this point in the history
Update README.md  Removed Typos.
  • Loading branch information
ganqqwerty authored Jun 19, 2021
2 parents 119fd3f + a14c833 commit 095019c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3776,7 +3776,7 @@ console.log(numb);
</details>
### 4**. What would be the output of following code ?
### 4. What would be the output of following code ?
```javascript
function mul(x){
Expand All @@ -3802,7 +3802,7 @@ console.log(mul(2)(3)[1](4));
</details>
### 5**. What would be the output of following code ?
### 5. What would be the output of following code ?
```javascript
function mul(x) {
Expand Down

0 comments on commit 095019c

Please sign in to comment.