How can I add "sa" With "eed" In javascript for example.???😢😢😢 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can I add "sa" With "eed" In javascript for example.???😢😢😢

Adding strings together

17th Jun 2019, 12:56 AM
Saeed Alqassabi
Saeed Alqassabi - avatar
3 Answers
+ 5
I used Document.write(ur_name+="y"); In a code,but it did not work.
17th Jun 2019, 1:13 AM
Saeed Alqassabi
Saeed Alqassabi - avatar
+ 4
Sorry for annoying you but try to see my code https://code.sololearn.com/Wzsu80sZlfJ3/?ref=app
17th Jun 2019, 5:27 AM
Saeed Alqassabi
Saeed Alqassabi - avatar
+ 2
document.write("sa"+"eed") Or your_name="saeed" document.write(your_name +("y"))
17th Jun 2019, 3:40 AM
**🇦🇪|🇦🇪**
**🇦🇪|🇦🇪** - avatar