Fixing JS
This commit is contained in:
parent
55b13cbe3b
commit
8cc8115f7b
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ function lyesAge() {
|
|||
}
|
||||
|
||||
function changeAge() {
|
||||
document.getElementById("age").setHTML(lyesAge())
|
||||
document.getElementById("age").innerHTML = lyesAge()
|
||||
}
|
||||
|
||||
changeAge()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue