1. 5
    4 common ways to get a substring from a string in JavaScript
    2m 38s

4 common ways to get a substring from a string in JavaScript

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

There are four common ways to get a substring from a string in JavaScript, substring, substr, slice, and split + join. In this lesson you'll learn what the API to each of these methods is and how they compare.