- Learning Underscore.js
- Alex Pop
- 211字
- 2021-07-09 21:11:52
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 just need to open the SpecRunner.html
file in a browser and we should see this output."
A block of code is set as follows:
var peopleWithAwardAge = _.map(people, function(person){ return { name: person.name, awardAge: person.awardYear - person.birthYear } });
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
var peopleWithAwardAge = _.map(people, function(person){
return {
name: person.name,
awardAge: person.awardYear - person.birthYear
}
});
Any command-line input or output is written as follows:
npm install -g bower
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: "Executing the following line in a Command Prompt with administrator privileges (opened using the Run as administrator option)."
- Learning Scala Programming
- DBA攻堅指南:左手Oracle,右手MySQL
- C語言程序設計案例教程(第2版)
- Vue.js 2 and Bootstrap 4 Web Development
- Django開發從入門到實踐
- 微服務設計原理與架構
- 小程序,巧運營:微信小程序運營招式大全
- KnockoutJS Starter
- Unity 5 for Android Essentials
- PHP編程基礎與實例教程
- Learning Nessus for Penetration Testing
- Python預測分析與機器學習
- Modular Programming with JavaScript
- Elasticsearch搜索引擎構建入門與實戰
- 少兒編程輕松學(全2冊)