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 18, 2024
1 parent 4a64f70 commit 17013ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

.DS_Store
4 changes: 2 additions & 2 deletions week-01/js/week-01.js
Expand Up @@ -3,10 +3,10 @@
*/

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

// 2. Change the value to your age:
let age = 43;
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.";
Expand Down

0 comments on commit 17013ca

Please sign in to comment.