summaryrefslogtreecommitdiff
path: root/scripts/helloworld.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/helloworld.js')
-rw-r--r--scripts/helloworld.js8
1 files changed, 0 insertions, 8 deletions
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);
-}