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

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: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

export function factorial(x: number): number {
   if (x <= 1) return 1;
   return x * factorial(x - 1);
}

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

export function factorial(x: number): number {
   if (x <= 1) return 1;
  return x * factorial(x - 1);
}

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

npm init -y

New terms and important words are shown in bold. 

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 米易县| 长兴县| 家居| 河津市| 井研县| 额尔古纳市| 青州市| 鹤岗市| 和林格尔县| 济南市| 余江县| 湛江市| 雷山县| 汾阳市| 利辛县| 巴南区| 虹口区| 武乡县| 太康县| 镇康县| 大理市| 西和县| 巴马| 广饶县| 鹤峰县| 三门峡市| 陇川县| 丰顺县| 子长县| 图们市| 潜山县| 哈巴河县| 金寨县| 云安县| 佛坪县| 永善县| 韩城市| 芜湖县| 黄龙县| 镇平县| 米易县|