Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'main' into main
  • Loading branch information
yuk23003 committed Jan 30, 2024
2 parents 6c82ada + f236fb1 commit 4397384
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -131,3 +131,4 @@ dist

.DS_Store

.DS_Store
7 changes: 7 additions & 0 deletions week-01/js/week-01.js
Expand Up @@ -3,11 +3,18 @@
*/

// 1. Change the value to your first name:
main
let firstName = 'Esther';

// 2. Change the value to your age:
let age = 4;

let firstName = 'Simon';

// 2. Change the value to your age:
let age = 72;
main

// 3. Complete the sentence: "I'm taking this course because..."
let whyImTakingThisCourse = "I want to learn how to code and build interactive websites!";

Expand Down

0 comments on commit 4397384

Please sign in to comment.