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

  • Mastering JavaScript
  • Ved Antani
  • 195字
  • 2021-07-16 09:31:27

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: "First, the <script> tag in <head> imports JavaScript, while the second <script> tag is used to embed inline JavaScript."

A block of code is set as follows:

function sayHello(what) {
  return "Hello " + what;
}
console.log(sayHello("world"));

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

<head>
 <script type="text/javascript" src="script.js"></script>
 <script type="text/javascript">
 var x = "Hello World";
 console.log(x);
 </script>
</head>

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

EN-VedA:~$ node
> 0.1+0.2
0.30000000000000004
> (0.1+0.2)===0.3
false

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You can run the page and inspect using Chrome's Developer Tool"

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 阳原县| 栾城县| 西吉县| 屏南县| 翁源县| 开远市| 兴安县| 景洪市| 孟州市| 儋州市| 随州市| 义乌市| 东丰县| 华安县| 苏尼特右旗| 武隆县| 尤溪县| 枣强县| 扶风县| 漯河市| 阿瓦提县| 雅江县| 松江区| 富民县| 邳州市| 大方县| 化隆| 新津县| 云安县| 开鲁县| 桐柏县| 门源| 大庆市| 安阳市| 晴隆县| 普宁市| 罗定市| 江油市| 富川| 乌拉特后旗| 明水县|