UNPKG
wejdanwas7gh
Version:
latest (1.0.1)
1.0.1
friend
wejdanwas7gh
/
index.js
13 lines
(8 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
=
()=>
{
let
x =
20
while
(x>
20
) {
console
.
log
(
"hi hellp"
)
alert
(
"hiiiii help me "
) x++ } }