Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99b56c2

Browse files
committed
recover
2 parents 97eef98 + 911f4b0 commit 99b56c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Week1/practice-exercises/1-hello-world.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@
99
* Ciao, mondo! // Italian
1010
* Hola, mundo! // Spanish
1111
*/
12-
13-
let num = 50;
14-
15-
while (num < 55) {
16-
console.log(num);
17-
num++;
18-
}

0 commit comments

Comments
 (0)