August 2016
Beginner to intermediate
847 pages
17h 28m
English
You have now completed the introduction to the fundamental concepts related to functions in JavaScript. You've been laying the groundwork that will allow you to quickly grasp the concepts of object-oriented JavaScript and the patterns used in modern JavaScript programming. So far, we've been avoiding the OO features, but as you have reached this point in the book, it's only going to get more interesting from here on in. Let's take a moment and review the topics discussed in this chapter:
parseInt(), parseFloat(), isNaN(), isFinite(), and eval()—and the four ...