Murach's JavaScript and DOM Scripting
How to work with numbers, strings, and dates
Chapter 2 covers some basic skills for working with numbers, strings, and dates. Now, in this chapter, you'll learn the other essential skills that you'll need for working with data in your JavaScript applications.
|
|
|
|
How represent special numerical
values |
250 |
|
The methods of the Number object |
252 |
|
How to use the conditional operator |
254 |
|
|
How to use the methods of the
Math object |
256 |
|
How to use a random number generator |
258 |
|
|
How to use escape sequences in
strings |
260 |
|
How to use the methods of the
String object |
262 |
|
Examples of working with strings |
264 |
|
|
How to create Date objects |
266 |
|
The methods of the Date object |
268 |
|
Example of working with dates |
270 |
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|