For further actions, you may consider blocking this person and/or reporting abuse
Read next
Preparing for Web3 in 2025: What Developers and Investors Need to Know
Leo Scott -
Conclusion of My Node.js Journey and a Sneak Peek into My Upcoming AWS Series
Sushant Gaurav -
How to execute an Ansible playbook on the control node?
Labby -
Unlocking Tube Magic AI’s Potential: Features, Pricing, and Performance Review
Techpulse -
Top comments (6)
Hi Sarah, what do you mean with horizontal for loops ?
Like, to print number from 1 - 10 horizontally in a for loop.
Oh I get it, you need to tell
print()
which ending character it needs to print, it defaults to newline:Awesome! it was very helpful :)
How to do that in Javascript?
how about adding a maximum value for each horizontal line? Say 8 number each line is the maximum.