Fixing JS

This commit is contained in:
Lyes Saadi 2025-12-14 03:10:29 +01:00
parent 55b13cbe3b
commit 8cc8115f7b
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ function lyesAge() {
}
function changeAge() {
document.getElementById("age").setHTML(lyesAge())
document.getElementById("age").innerHTML = lyesAge()
}
changeAge()