diff --git a/week-01/js/week-01.js b/week-01/js/week-01.js index 5175b30..c8ff669 100644 --- a/week-01/js/week-01.js +++ b/week-01/js/week-01.js @@ -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.