Skip to content

Commit 01693d1

Browse files
Update README.md
1 parent e013fe8 commit 01693d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ He want to live in a country that speaks **English**, has less than 10 million p
8080

8181
**Question 5:** Guess the **Output** And Explain Why?
8282
```js
83-
for(let i = 0;i<10;i++{
83+
for(let i = 0;i<10;i++){
8484
console.log(i);
8585
}
8686
console.log(i)

0 commit comments

Comments
 (0)