Skip to content

Commit

Permalink
Update js.js
Browse files Browse the repository at this point in the history
  • Loading branch information
neverfriendme authored Aug 13, 2024
1 parent edc1ad7 commit c7c4795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions needed/js.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function start() {
document.getElementById("text").innerHTML = "That was obvious"
var a = prompt("???: ")
if (a === "yes") {
const a = prompt("???: ")
if (a === "Yes") {
document.getElementsByname("Python").innerHTML = "-... ..- - / .. ... / - .... .. ... ..--.."
}
}

0 comments on commit c7c4795

Please sign in to comment.