0
I don't know why it dosen't work!😭
https://code.sololearn.com/WKA1xc7MuedY/?ref=app I don't know how I want to become a programmer. I can't solve this easy problem!
6 Réponses
+ 1
Write the calculations in function, not only alert..
<script>
function Show(){
var name = document.getElementById("name").value;
var family = document.getElementById("family").value;
var thy = 2020
var biy = document.getElementById("birthday").value;
var age = thy - biy;
alert("Your name is " + name + " " + family + "and you are " + age + " years old.")
}
</script>
+ 1
lololearn Jayakrishna🇮🇳
Thanks a lot.😊🌹
0
Clear the javascript then your web work
0
Shivshankar Dubey
Mirielle
thank you. It's clean now.😊😊
0
Nastaran you're welcome..