GUVI
Back

Solution. 47 (html/js)

Created 2 years ago
81 Views
1 Comments
narendra7770
@narendra7770
narendra7770
@narendra7770Profile is locked. Login
temp="";
var i;
for (i = 1; i < 6; i++) 
{
  temp += " " + i;
}
document.getElementById("demo").innerHTML = temp;

Comments
Please login to comment.
 
Powered by habitate.io Habitate