7. String.prototype.split(): Splits a string into an array of substrings based on a specified separator.
8. String.prototype.indexOf(): Returns the index within the calling string object of the first occurrence of the specified value.
#CodeMethods#jsmethods#programming#try #
Day 13 of "month with public transportation", today I reached page 86 of JavaScript: the Good Parts. Reading about different native JS methods. So interesting to see how far the language moved since the book was written.🚀 #javascript#jsmethods#Reading#PublicTransportMonth#js