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