+ 1
How to type our name 19 times using java script....please explain by code.
Code please
2 Antworten
+ 12
Hello !!
It will be better if go through your JavaScript course once again.
Btw you can use loops for continuously writing the same set of code.
https://www.sololearn.com/learn/JavaScript/1140/
+ 11
There are many options available for displaying data using JS.
This link explains each of the method : https://www.w3schools.com/js/js_output.asp
You can use any of them according to your convenience.