- Object/Oriented JavaScript
- Stoyan Stefanov
- 177字
- 2021-08-13 19:25:49
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " The key/value pairs are divided by colons, in the format key:
value
."
A block of code will be set as follows:
var book = { name: 'Catch-22', published: 1961, author: { firstname: 'Joseph', lastname: 'Heller' } };
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be shown in bold:
function TwoDShape(){}
// take care of inheritance
TwoDShape.prototype = Shape.prototype;
TwoDShape.prototype.constructor = TwoDShape;
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".
推薦閱讀
- WS/BPEL 2.0 for SOA Composite Applications with IBM WebSphere 7
- Active Directory Disaster Recovery
- 邊做邊學:Photoshop CS6 圖像制作案例教程
- 3ds max & VRay產品造型設計經典
- 計算機·手機生活應用
- 剪映視頻后期剪輯零基礎入門到精通
- Microsoft Silverlight 5: Building Rich Enterprise Dashboards
- Photoshop CS6標準教程(全視頻微課版)
- Implementing SugarCRM 5.x
- 玩轉微信5.0
- Java EE 5 Development with NetBeans 6
- 中文版Corel DRAW X5案例實訓教材
- Cinema 4D R20完全學習手冊
- CorelDRAW 2018平面設計基礎教程(第3版)
- Ruby on Rails Web Mashup Projects