Top Categories
JavaScript Tutorial For Beginners #24 - Strings
- Category:
- Sub Category:
Hey all, so far we've looked at two data types in JavaScript - Boolean types (true or false) and number types. In this tutorial I want to talk about a third data type - strings. Strings are essentially a string of characters, be them numbers to make a phone number, or letters to make a word o
Hey all, so far we've looked at two data types in JavaScript - Boolean types (true or false) and number types. In this tutorial I want to talk about a third data type - strings. Strings are essentially a string of characters, be them numbers to make a phone number, or letters to make a word or phrase, or even a combo of both. Strings have a lot of methods (built in functions) you can call on them, and we'll look at a few of them in this tutorial too. As always, if you have any questions, just fire away :).