We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270352 commit de9068fCopy full SHA for de9068f
Sprint-1/1-key-exercises/2-initials.js
@@ -7,5 +7,7 @@ let lastName = "Johnson";
7
8
let initials = firstName[0]+middleName[0]+lastName[0];
9
10
+console.log(initials)
11
+
12
// https://www.google.com/search?q=get+first+character+of+string+mdn
13
0 commit comments