From c07b665a8ce5b7afba3504ad0b6ea46fad303328 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 2 Jan 2025 00:39:01 +0500 Subject: delete script --- scripts/helloworld.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts/helloworld.js (limited to 'scripts/helloworld.js') diff --git a/scripts/helloworld.js b/scripts/helloworld.js deleted file mode 100644 index 32ce9fd..0000000 --- a/scripts/helloworld.js +++ /dev/null @@ -1,8 +0,0 @@ -let count_number = 10; -let count; -for (count = 0; - count < count_number; - ++count) -{ - console.log(count); -} -- cgit v1.2.3-70-g09d2