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 f94aba5 commit 5af7009Copy full SHA for 5af7009
Sprint-1/2-mandatory-errors/3.js
@@ -11,5 +11,5 @@ console.log (last4Digits)
11
// Then try updating the expression last4Digits is assigned to, in order to get the correct value
12
13
//Prediction: The slice method doesn't work on numbers and integers. It only works on strings and arrays
14
-//Error message: The error message satates that "SLice is not a function"
+//Error message: The error message states that "Slice is not a function"
15
0 commit comments