Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KamleshPandey98 authored Oct 1, 2020
1 parent b2ca809 commit a14c833
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 a14c833

Please sign in to comment.