- 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
推薦閱讀
- BeagleBone Media Center
- Magento 2 Development Cookbook
- Visual Basic程序設計教程
- Windows Presentation Foundation Development Cookbook
- Getting Started with Python Data Analysis
- Hands-On Full Stack Development with Go
- HTML5秘籍(第2版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Building Slack Bots
- UML軟件建模
- Kotlin進階實戰
- Ubuntu Server Cookbook
- 川哥教你Spring Boot 2實戰
- ASP.NET jQuery Cookbook(Second Edition)