Answers for "how use javascript variable in hmtl"

-2

js variable html

<div onload="document.innerHTML(name + ' is ' + age)">
Posted by: Guest on April-14-2020
0

js var

var a = 'A';
var b = a;

// è come dire:

var a, b = a = 'A';
Posted by: Guest on January-04-2021

Code answers related to "how use javascript variable in hmtl"

Browse Popular Code Answers by Language