javascript html set var code example
Example 1: js variable html
<div onload="document.innerHTML(name + ' is ' + age)">
Example 2: Create variable javascript
//Assigns the value bar to the variable foo
var foo = bar;
<div onload="document.innerHTML(name + ' is ' + age)">
//Assigns the value bar to the variable foo
var foo = bar;