HOW CAN I GET A SUBSET OF A STRING IN JAVASCRIPT WITH APPLY code example
Example: javascript substring
// zero-based index, 'end' is excluded from result
myString.substring( start, end )
// zero-based index, 'end' is excluded from result
myString.substring( start, end )