官术网_书友最值得收藏!

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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Inside the script tag, we have the JavaScript code."

A block of code is set as follows:

console.log("num: "+ num);
console.log("name: "+ name);
console.log("trueValue: "+ trueValue);
console.log("price: "+ price);
console.log("nullVar: "+ nullVar);
console.log("und: "+ und);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
</head>
<body>
    <script>
        alert('Hello, World!');
    </script>
</body>
</html>

Any command-line input or output is written as follows:

npm install http-server –g

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The number of Node Packages Modules (https://www.npmjs.org/) also grows exponentially."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 衡南县| 周宁县| 梁山县| 青铜峡市| 崇文区| 松桃| 西宁市| 恩施市| 五华县| 上饶县| 临邑县| 兴安盟| 阿拉尔市| 马关县| 莱州市| 长阳| 永丰县| 徐州市| 稻城县| 饶阳县| 孝感市| 清涧县| 克什克腾旗| 莎车县| 桑植县| 循化| 邹城市| 镇远县| 太谷县| 南汇区| 广丰县| 抚州市| 尚义县| 烟台市| 滁州市| 防城港市| 金秀| 武强县| 留坝县| 唐海县| 奉贤区|