November 2019
Beginner
560 pages
13h 36m
English
• Using the Properties of the String Object
• Using the Methods of the String Object
• Using Cookies
• Using Regular Expressions
To work with strings in JavaScript, you need to learn about the various methods that handle them. The methods come from the JavaScript String object.
This chapter first explains what the String object is and how to create strings that use its properties and methods. Then, the String object’s properties and methods are discussed in more detail so you can see how they work. Finally, you’ll code a script that uses some of the properties and methods you’ve learned.
The String object provides properties and methods to get information ...