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

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.
主站蜘蛛池模板: 西丰县| 磐石市| 巴马| 思南县| 临澧县| 恩施市| 德安县| 同江市| 嘉义县| 石阡县| 黔江区| 襄城县| 泰宁县| 正蓝旗| 横山县| 沂源县| 达拉特旗| 什邡市| 北票市| 山东省| 白沙| 蓬莱市| 柯坪县| 济南市| 衡阳县| 双鸭山市| 同德县| 上栗县| 宜章县| 湘潭县| 射洪县| 盐边县| 苍溪县| 清远市| 略阳县| 大姚县| 陕西省| 瑞丽市| 水富县| 定远县| 井冈山市|