Skip to content

Commit d79f143

Browse files
maulikk04writeonk
authored andcommitted
neglect
1 parent ee5e02f commit d79f143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exe1.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// exe1 : guess the number
2-
2+
/*
33
let a = Math.floor((Math.random() * 100) + 1)
44
let chances = 0
55
@@ -22,3 +22,4 @@ for (; ;) {
2222
}
2323
}
2424
console.log("your score is : " + (100 - chances) + " and the number is : " + a)
25+
*/

0 commit comments

Comments
 (0)