feat: update wording for string length (#45602)
This commit is contained in:
@ -21,7 +21,7 @@ For example, if we created a variable `const firstName = "Ada"`, we could find o
|
|||||||
|
|
||||||
# --instructions--
|
# --instructions--
|
||||||
|
|
||||||
Use the `.length` property to count the number of characters in the `lastName` variable and assign it to `lastNameLength`.
|
Use the `.length` property to set `lastNameLength` to the number of characters in `lastName`.
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user