Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

In this video we'll explore the string length property and several useful JavaScript string methods. All in less than 8 minutes!

▶ This video is part of the JavaScript Tutorials for Beginners Playlist found here: https://www.youtube.com/playlist?list=PL0Zuz27SZ-6Oi6xNtL_fwCrwpuqylMsgT

Quick Concepts outline:
(00:00) Intro
(0:12) Dev Environment
(0:43) VS Code Live Server Extension
(1:48) Starting with a string variable
(2:08) The string length property
(2:10) Dot notation
(2:55) String Methods
(3:00) charAt() method
(3:30) indexOf() method
(4:13) lastIndexOf() method
(4:30) slice() method
(5:18) toUpperCase method
(5:30) toLowerCase method
(5:35) includes() method
(5:53) split() method
(6:47) Where to find more string methods

Further Reading:
MDN Web Docs - String Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
MDN Web Docs - Useful String Methods: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Useful_string_methods

More Beginner JS Videos:
freeCodeCamp: https://youtu.be/PkZNo7MFNFg
Traversy Media: https://youtu.be/hdI2bqOjy3c
The Net Ninja: https://youtu.be/iWOYAxlnaww

Follow Me:
Twitter: https://twitter.com/yesdavidgray
Medium: https://medium.com/@davegray_86804

#Javascript #String #Methods