Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finished week 1 Assignment
  • Loading branch information
hol23003 committed Jan 18, 2024
1 parent 4a64f70 commit 5071a04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions week-01/js/week-01.js
Expand Up @@ -3,13 +3,13 @@
*/

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

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

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

// 4. You're all done. Take a look at the code below to see how this all works.

Expand Down

0 comments on commit 5071a04

Please sign in to comment.