- Modular Programming with JavaScript
- Sasan Seydnejad
- 101字
- 2021-07-14 10:56:44
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: "Notice that I have created a function and called it MyObjDefinition
".
A block of code is set as follows:
function doAddition(num1, num2){ return num1 + num2; }
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- Spring Boot進階:原理、實戰與面試題分析
- C語言程序設計
- 0 bug:C/C++商用工程之道
- Modernizing Legacy Applications in PHP
- 零基礎C#學習筆記
- H5+移動營銷設計寶典
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 快樂編程:青少年思維訓練
- Android嵌入式系統程序開發(基于Cortex-A8)
- MongoDB Administrator’s Guide
- Java 7 Concurrency Cookbook
- Spring Web Services 2 Cookbook
- Managing Windows Servers with Chef
- Mastering Node.js
- Java核心技術速學版(第3版)