- 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."
- Azure IoT Development Cookbook
- 微服務設計原理與架構
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Python編程與幾何圖形
- 精通Linux(第2版)
- 零基礎輕松學SQL Server 2016
- SQL經典實例(第2版)
- Python機器學習:預測分析核心算法
- Mastering ArcGIS Enterprise Administration
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- Extending Unity with Editor Scripting
- Advanced UFT 12 for Test Engineers Cookbook
- Java Web從入門到精通(第2版)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- JSP程序設計與案例實戰(慕課版)