feat: update wording for string length (#45602)

This commit is contained in:
Naomi Archibong
2022-04-15 10:13:42 -05:00
committed by GitHub
parent dfe5a7fd05
commit 4ff9c2a6fc

View File

@ -21,7 +21,7 @@ For example, if we created a variable `const firstName = "Ada"`, we could find o
# --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--