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

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: "The headers property of the replay object is an array of regular expressions."

A block of code is set as follows:

var result = b.operation(1, 2);

expect(result).to.be.deep.equal({
  args: [1, 2],
  result: 3
});

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

module.exports = function (findConfiguration) {
  return function () {
    findConfiguration('default');
    return validatorWith([
      nonPositiveValidationRule,
      nonDivisibleValidationRule(3, 'error.three'),
      nonDivisibleValidationRule(5, 'error.five')
    ]);
  };
};

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

$ me@~> mkdir validator
$ me@~> cd validator
$ me@~/validator> npm init

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 download and execute a nice installer by going to Node.js website and clicking on Install."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 乌鲁木齐市| 通许县| 恩平市| 吉林市| 平顺县| 克拉玛依市| 清镇市| 双鸭山市| 固阳县| 五家渠市| 绿春县| 黑水县| 南靖县| 霍城县| 平顶山市| 积石山| 双牌县| 肇源县| 锡林郭勒盟| 娱乐| 洪湖市| 汶川县| 肇州县| 肥西县| 合水县| 巴林左旗| 翼城县| 敦化市| 电白县| 巧家县| 香河县| 嘉善县| 炎陵县| 普宁市| 若羌县| 榆中县| 汉中市| 长治市| 和政县| 宜州市| 东兰县|