There was an error while loading. Please reload this page.
1 parent 0015f48 commit 8b470ccCopy full SHA for 8b470cc
1 file changed
Sprint-2/1-key-exercises/2-initials.js
@@ -1,6 +1,6 @@
1
-const firstName = "Creola";
2
-const middleName = "Katherine";
3
-const lastName = "Johnson";
+let firstName = "Creola";
+let middleName = "Katherine";
+let lastName = "Johnson";
4
5
// Declare a variable called initials that stores the first character of each string.
6
// This should produce the string "CKJ", but you must not write the characters C, K, or J in the code of your solution.
0 commit comments