September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, I’ll provide a condensed overview of the language core of JavaScript. You’ll learn how to store individual values in variables and perform calculations, control the flow of a program using branches and repetition, and structure the source code into reusable building blocks.
First things first: Of course, I cannot possibly teach you all the features of the JavaScript language in a single chapter. I would therefore like to use this chapter to introduce the essential basics of the language. To learn JavaScript more intensively, I prepared some additional recommended sources at the end of this chapter.
Figure 4.1 JavaScript, One of Three Important Languages for the Web, Adds Dynamic ...
Read now
Unlock full access