New String Methods
Following is a list of methods with their description:
- startsWith( queryString, position )
Method:
This method returns either true, if the string starts with the provided string from the specified position, otherwise false. This method is case-se...
olabodeolusegun.hashnode.dev5 min read