Skip to content

Commit abfeff9

Browse files
committed
add firstName var
1 parent 806d621 commit abfeff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ console.log(pet); // <= this should print out sebastian the pug
2222
* Assign your own string values to each variable and console.log each variable.
2323
*/
2424

25+
var firstName = 'Vic';
26+
console.log(firstName);
27+
2528

2629
/*
2730
* #2

0 commit comments

Comments
 (0)