Javascript String StartsWith Example | String.prototype.startsWith()

added by JavaScript Kicks
3/13/2019 8:30:31 AM

461 Views

Get real time updates directly on you device, subscribe now. Javascript String StartsWith Example | String.prototype.startsWith() Tutorial is today's topic. The string startsWith() method determines whether a string begins with the characters of a specified string, returning true or false as appropriate. It is checking if a string starts with another substring is a common thing to do.


0 comments