Skip to content

Commit

Permalink
Update print 1 to 100 without numbers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshAddee committed Oct 1, 2022
1 parent 1e3452a commit 81a4bbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Javascript/print 1 to 100 without numbers.js
Original file line number Diff line number Diff line change
@@ -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'
// to run the file in vscode: node '.\print 1 to 100 without numbers.js'

0 comments on commit 81a4bbd

Please sign in to comment.