- Object-Oriented JavaScript(Second Edition)
- Stoyan Stefanov Kumar Chetan Sharma
- 66字
- 2021-08-13 16:19:27
Chapter 2. Primitive Data Types, Arrays, Loops, and Conditions
Before diving into the object-oriented features of JavaScript, let's first take a look at some of the basics. This chapter walks you through the following:
- The primitive data types in JavaScript, such as strings and numbers
- Arrays
- Common operators, such as
+
,-
,delete
, andtypeof
- Flow control statements, such as loops and if-else conditions