-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I have a question about the string.find() method in Part 3.2
In the course material, the syntax is explained as:
.find(value)
But according to the official documentation, the full syntax is:
.find(value, start, end)
Why does the course only show .find(value) and not .find(value, start, end)?
Is it because start and end are optional parameters?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels