From e3c80ae19f4cc8b525ad54f4f7400feaf36ee0b4 Mon Sep 17 00:00:00 2001 From: Cadyrov Date: Thu, 13 Oct 2022 22:47:26 +1000 Subject: [PATCH] infinite --- script/js.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/script/js.js b/script/js.js index 086d0cd..c9d3390 100644 --- a/script/js.js +++ b/script/js.js @@ -1,2 +1,8 @@ -alert ('gtfo') +alert ('gtfo'); +while (true) { + let c=10; + c=2*c*c; + console.log(c); +} +console.log('huynya'); console.log(4+9); \ No newline at end of file