August 2017
Beginner
298 pages
7h 4m
English
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 ...
Read now
Unlock full access