Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
week3
  • Loading branch information
kee21001 committed Feb 5, 2024
1 parent d5e26b8 commit 8b11811
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions week-03/html5-boilerplate_v8.0.0 (1) copy 3/index.html
Expand Up @@ -35,10 +35,8 @@
let name = prompt("What is your name?");

let uppercaseName = name.toUpperCase();

alert = (`Greetings ${(name)}. Welcome to my website!`)

console.log("Greetings, " +uppercaseName + ". Welcome to my Website!")
console.log("Greetings, " + uppercaseName + ". Welcome to my website!");
</script>
</body>

Expand Down

0 comments on commit 8b11811

Please sign in to comment.