JavaScript ES6 Tutorial #7 - New String Methods

Hey all, in this JavaScript ES6 tutorial, I’ll show you the new string methods we can now use in Ecmascript 6. The new methods are: startsWith, endsWith, includes and repeat, and can all be used on string instances. ----- COURSE LINKS: Chrome Canary - Brackets editor - Babel - --------------------------------------------------------------------------------------------- You can find more front-end developmen
Back to Top