0
javascript pyramid
How do i create a pyramid like this 1 2 1 2 3 2 1 2 3 Such that when user is prompted to enter 3 i get 3 2 1 2 3
5 Respostas
+ 2
Try to do that inverting code and show me ;-)
+ 1
I did that invert pyramid code
https://code.sololearn.com/WxmFlaPRgO74/#js
until 9 work fine, next I must to do changes.
+ 1
Thanks daniel
How do I make it upright
+ 1
Okay
When I get on my pc
+ 1
Excellent, I will be waiting for that