- 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."
- Extending Jenkins
- Learning Python Web Penetration Testing
- JavaFX Essentials
- Mastering Natural Language Processing with Python
- 技術(shù)領(lǐng)導(dǎo)力:程序員如何才能帶團(tuán)隊(duì)
- Nexus規(guī)模化Scrum框架
- JavaScript入門(mén)經(jīng)典
- MATLAB 2020從入門(mén)到精通
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- Access 2010中文版項(xiàng)目教程
- Python Data Science Cookbook
- OpenCV with Python By Example
- Android嵌入式系統(tǒng)程序開(kāi)發(fā):基于Cortex-A8(第2版)
- Learning C++ by Creating Games with UE4
- 谷歌JAX深度學(xué)習(xí)從零開(kāi)始學(xué)