Skip to content

Commit 5af7009

Browse files
committed
mandatory errors 3.js
1 parent f94aba5 commit 5af7009

File tree

1 file changed

+1
-1
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+1
-1
lines changed

Sprint-1/2-mandatory-errors/3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ console.log (last4Digits)
1111
// Then try updating the expression last4Digits is assigned to, in order to get the correct value
1212

1313
//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"
14+
//Error message: The error message states that "Slice is not a function"
1515

0 commit comments

Comments
 (0)