For further actions, you may consider blocking this person and/or reporting abuse
Read next
Regrets Every Programmer Faces: Lessons for Aspiring Coders
Tutort Academy -
Extracting Sensitive Data via Remote Timing Attacks on Efficient Language Models
Mike Young -
Robust Interpretable Reasoning via Neurosymbolic Program Synthesis
Mike Young -
From Idea to Launch: Mistakes to avoid in your Development process
Rose Michelle -
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.