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

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.

主站蜘蛛池模板: 措勤县| 安溪县| 常熟市| 宜良县| 华宁县| 安乡县| 彝良县| 洛宁县| 南投县| 新晃| 文山县| 庆元县| 罗江县| 抚顺市| 右玉县| 陵川县| 德庆县| 云安县| 额尔古纳市| 长阳| 安庆市| 青铜峡市| 兖州市| 南皮县| 那曲县| 宝应县| 砀山县| 三门峡市| 若羌县| 景谷| 孙吴县| 华安县| 五华县| 太湖县| 鸡东县| 庆云县| 宁安市| 鄯善县| 尼玛县| 新建县| 宁晋县|