- Mastering JavaScript Object-Oriented Programming
- Andrea Chiarelli
- 151字
- 2021-07-14 11:24:28
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Mount the downloaded WebStorm-10*.dmg
disk image file as another disk in your system."
A block of code is set as follows:
var person = {}; person.name = "John"; person.surname = "Smith"; person.address = { street: "123 Duncannon Street", city: "London", country: "United Kingdom" };
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
For this book we have outlined the shortcuts for the Mac OX platform if you are using the Windows version you can find the relevant shortcuts on the WebStorm help page https://www.jetbrains.com/webstorm/help/keyboard-shortcuts-by-category.html.
- Java 9 Concurrency Cookbook(Second Edition)
- SQL語言從入門到精通
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- 教孩子學(xué)編程:C++入門圖解
- INSTANT Django 1.5 Application Development Starter
- Python完全自學(xué)教程
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Python忍者秘籍
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實戰(zhàn)
- HTML并不簡單:Web前端開發(fā)精進(jìn)秘籍
- Instant AppFog
- Developing RESTful Web Services with Jersey 2.0
- jQuery Mobile從入門到精通
- Multithreading with C# Cookbook(Second Edition)
- 軟件工程實用教程