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

  • JavaScript Unlocked
  • Dmitry Sheiko
  • 208字
  • 2021-07-30 09:56:59

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:

var res = [ 1, 2, 3, 4 ].filter(function( v ){
 return v > 2;
})
console.log( res ); // [3,4]

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

/**
* @param {Function} [cb] - callback
*/
function fn( cb ) {
 cb && cb();
};

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

npm install fs-walk cli-color

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: "As soon as Enter is pressed, the console outputs I'm running."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 伊春市| 出国| 若羌县| 咸阳市| 红桥区| 宾川县| 连南| 安岳县| 通州市| 木兰县| 岑巩县| 滦南县| 紫阳县| 华安县| 佛学| 嘉兴市| 沙雅县| 读书| 柳江县| 镇安县| 锡林郭勒盟| 张家港市| 颍上县| 尤溪县| 永兴县| 十堰市| 潜山县| 高平市| 阿图什市| 巴林右旗| 吕梁市| 东港市| 广州市| 来安县| 莫力| 太仆寺旗| 伽师县| 郎溪县| 甘孜| 金坛市| 林州市|