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

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

function find<T>(arr: T[], filter: (i: T) => boolean) {
return arr.filter(filter);
}

find(heroes, (h) => h.name === "Spiderman");

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

const valueOfThis = { name: "Anakin", surname: "Skywalker" };
const greet = person.greet.bind(valueOfThis);
greet.call(valueOfThis, "Mos espa", "Tatooine");
greet.apply(valueOfThis, ["Mos espa", "Tatooine"]);
// Hi, my name is Remo Jansen. I'm from Mos espa Tatooine.

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

npm install ramda @types/ramda

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 宜宾县| 常德市| 都江堰市| 枞阳县| 油尖旺区| 施甸县| 庆城县| 临颍县| 稷山县| 望江县| 德阳市| 阳原县| 类乌齐县| 乐至县| 文水县| 鹤岗市| 普宁市| 贺兰县| 南安市| 华阴市| 张家口市| 祁阳县| 延川县| 贡嘎县| 清徐县| 女性| 诸暨市| 仪陇县| 宾川县| 景东| 双桥区| 乐至县| 潮安县| 简阳市| 汝阳县| 庆云县| 揭东县| 衢州市| 蛟河市| 三台县| 黎川县|