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

  • JavaScript by Example
  • Dani Akash S
  • 222字
  • 2021-07-02 18:39:04

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: "In our index.html file, our <body> element is divided into a navigation bar and div containing the contents of the website."

A block of code is set as follows:

loadTasks() {
let tasksHtml = this.tasks.reduce((html, task, index) => html +=
this.generateTaskHtml(task, index), '');
document.getElementById('taskList').innerHTML = tasksHtml;
}

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

function mapStateToProps() {
return {
// No states needed by App Component
};
}

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

npm install -g http-server

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: "Clicking on the Read More button in the home page will take you to the post details page instantly."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 唐海县| 建阳市| 徐闻县| SHOW| 斗六市| 曲麻莱县| 个旧市| 新乡市| 峨边| 福海县| 丰原市| 金堂县| 杂多县| 禄丰县| 海口市| 广饶县| 乌鲁木齐县| 吉隆县| 辽阳市| 淮南市| 治多县| 垣曲县| 顺平县| 沾益县| 灵宝市| 泰和县| 蒙自县| 泽州县| 宁海县| 淳安县| 聊城市| 修武县| 濮阳市| 绍兴县| 陈巴尔虎旗| 封开县| 治县。| 梅河口市| 伊川县| 新干县| 宜兴市|