Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finished week 1 assignment.
  • Loading branch information
kee21001 committed Jan 18, 2024
1 parent 4a64f70 commit daded16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

#Brian told me to add
.DS_Store
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 = 'Kennedy';

// 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 really want to learn and understand JavaScript better.";

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

Expand Down

0 comments on commit daded16

Please sign in to comment.