Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finished week 1 assignment
  • Loading branch information
kmr18006 committed Jan 18, 2024
1 parent 4a64f70 commit 0a2b742
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 = 'Kara';

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

// 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 be a litte silly goose and code at the same time.";

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

Expand Down

0 comments on commit 0a2b742

Please sign in to comment.