JavaScript String Object
Programming With Text Lesson #1.5
In this video, I discuss the JavaScript String object, and how to use it to modify and manipulate text in JavaScript. The functions / properties covered are indexOf(), substring(), and length. I look at the p5.js specific split(), splitTokens(), and join().