variables de javascript code example
Example: variables javascript
var example = "hello";
document.write(example);// it will say hello when it runs
var example = "hello";
document.write(example);// it will say hello when it runs