From c07b665a8ce5b7afba3504ad0b6ea46fad303328 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 2 Jan 2025 00:39:01 +0500 Subject: delete script --- index.html | 1 - scripts/helloworld.js | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 scripts/helloworld.js diff --git a/index.html b/index.html index 18ac08e..3a5f1e2 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,5 @@ - 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