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'