- CoffeeScript Application Development Cookbook
- Mike Hatfield
- 199字
- 2021-07-23 19:35:50
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In this example we will demonstrate the use of spawn()
to execute a CoffeeScript statement."
A block of code is set as follows:
var multiply = function(a, b) { return a * b; };
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if value % 2 is 0 then console.log 'Value is even'
Any command-line input or output is written as follows:
coffee -c -m counting.coffee
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: "Click on the Tools menu and select the Extensions and Updates menu option."
- INSTANT Mock Testing with PowerMock
- Puppet 4 Essentials(Second Edition)
- 潮流:UI設計必修課
- Android 9 Development Cookbook(Third Edition)
- Learning Linux Binary Analysis
- 數據結構簡明教程(第2版)微課版
- MATLAB定量決策五大類問題
- 零基礎學Python數據分析(升級版)
- Mastering Ext JS
- 深入分布式緩存:從原理到實踐
- 從零開始學Python網絡爬蟲
- OpenMP核心技術指南
- Java 9 with JShell
- Mastering Apache Camel
- Using Yocto Project with BeagleBone Black