From 81a4bbdafbf14537b4575b23c4e1df9badd0435d Mon Sep 17 00:00:00 2001 From: Adarsh Addee <59617563+AdarshAddee@users.noreply.github.com> Date: Sat, 1 Oct 2022 10:46:29 +0530 Subject: [PATCH] Update print 1 to 100 without numbers.js --- Javascript/print 1 to 100 without numbers.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Javascript/print 1 to 100 without numbers.js b/Javascript/print 1 to 100 without numbers.js index ebdf1bc6..37fc4521 100644 --- a/Javascript/print 1 to 100 without numbers.js +++ b/Javascript/print 1 to 100 without numbers.js @@ -1,7 +1,9 @@ +// Suraj-Bhandarkar-S + let limit = "..........".length; for(let i = ".".length;i <= (limit * limit);i++){ console.log(i); } -// to run the file in vscode: node '.\print 1 to 100 without numbers.js' \ No newline at end of file +// to run the file in vscode: node '.\print 1 to 100 without numbers.js'