Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added week 2 assignment
  • Loading branch information
yuk23003 committed Jan 30, 2024
1 parent 1cdccf5 commit 6c82ada
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions week-02/index.html
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
let name = prompt("What is your name?");
let myName = name.toUpperCase();

alert(`Hello ${myName}! Welcome to my Website.`);

</script>

</body>
</html>

0 comments on commit 6c82ada

Please sign in to comment.