How do you put space in a string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you put space in a string

How do you put space in a string? example: Input var username = prompt("Enter Your Name"); alert ("Hello" + username) Output Enter Your Name(this is a prompt) "J"(this is a prompt answer) HelloJ(this is an alert box) How do i put space between Hello and J?

5th Sep 2020, 12:39 PM
ßØNK
2 Answers
+ 2
Thanks Mirielle Wow i didn't expect someone like you to reply thanks
5th Sep 2020, 1:11 PM
ßØNK
+ 1
alert("hello, " + username); Space is also a charecter.. Use can it like any other character.....
5th Sep 2020, 12:45 PM
Jayakrishna 🇮🇳