- Learning Single:page Web Application Development
- Fernando Monteiro
- 195字
- 2021-08-05 16:42:59
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
(function() { describe('Speakers Controller Tests', function() { // Initialize global variables var SpeakersController, scope, $httpBackend, $stateParams, $location;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
beforeEach(function() { jasmine.addMatchers({ toEqualData: function(util, customEqualityTesters) { return { compare: function(actual, expected)
Any command-line input or output is written as follows:
> require("./example.js") Running through the example { greetings: 'Hello Node', sayHi: [Function] }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "On your right side, click on your account name right below Organizations."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Clojure Programming Cookbook
- JBoss Weld CDI for Java Platform
- Mastering Entity Framework Core 2.0
- vSphere High Performance Cookbook
- Twilio Best Practices
- MATLAB 2020 從入門到精通
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- MySQL數據庫基礎實例教程(微課版)
- 深入RabbitMQ
- Linux C編程:一站式學習
- OpenCV with Python By Example
- OpenStack Networking Essentials
- 代替VBA!用Python輕松實現Excel編程
- Mastering Apache Storm
- Arduino Wearable Projects