+ 21
Airree thanks a lot for your help
+ 9
You can do it entirely in JS:
window.onload = () => {
let name = prompt("Enter your name");
document.getElementById("temp").innerHTML = `Your name is ${name}`;
}
+ 1
https://www.sololearn.com/Discuss/1819573/?ref=app
Sololearn survey 2019
- 1
Hey is there some one who is still learning javascript
- 1
Ok i get it thanks