Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
week 1 assignment
  • Loading branch information
pcm20001 committed Jan 21, 2024
1 parent 17013ca commit 311e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week-01/js/week-01.js
Expand Up @@ -9,7 +9,7 @@ let firstName = 'Pam';
let age = 19;

// 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 learn how to create and develop interactive websites.";

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

Expand Down

0 comments on commit 311e983

Please sign in to comment.