Skip to content

Commit de9068f

Browse files
committed
add console.log
1 parent 1270352 commit de9068f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sprint-1/1-key-exercises/2-initials.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ let lastName = "Johnson";
77

88
let initials = firstName[0]+middleName[0]+lastName[0];
99

10+
console.log(initials)
11+
1012
// https://www.google.com/search?q=get+first+character+of+string+mdn
1113

0 commit comments

Comments
 (0)