Answers for "how to print the value of variable in javascript in html"

1

how to print the value of variable in javascript in html

var name="kieran";
document.getElementById("output").innerHTML=name;

and the html code would be: 

<p id="output"></p>
Posted by: Guest on September-24-2020

Code answers related to "how to print the value of variable in javascript in html"

Code answers related to "Javascript"

Browse Popular Code Answers by Language