Skip to content

Commit

Permalink
Number pattern problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamabhiCH committed Apr 1, 2024
1 parent 9ee576e commit 78af9b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pattern_number1.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
JavaScript Program to Print Number Pattern
1
1 2 3
1 2 3 4 5
1 2 3 4 5 6 7
1 2 3 4 5 6 7 8 9
*/

0 comments on commit 78af9b5

Please sign in to comment.