- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 163字
- 2021-06-25 21:16:52
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Whenever possible, the developer should always prefer using const over let or var."
A block of code is set as follows:
function myJS()
{
function add(n1, n2)
{
let number1 = Number(n1);
let number2 = Number(n2);
return number1 + number2;
}
}
Any command-line input or output is written as follows:
# php parallel-download.php
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "If you scroll towards the end of the page, you should now see an xdebug section."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- C語言程序設(shè)計(jì)(第2 版)
- 前端跨界開發(fā)指南:JavaScript工具庫(kù)原理解析與實(shí)戰(zhàn)
- Building a Home Security System with Raspberry Pi
- Instant 960 Grid System
- Mastering Rust
- 軟件項(xiàng)目管理實(shí)用教程
- 軟件工程
- Hands-On Automation Testing with Java for Beginners
- 深入分布式緩存:從原理到實(shí)踐
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Python大規(guī)模機(jī)器學(xué)習(xí)
- 3D Printing Designs:The Sun Puzzle
- 優(yōu)化驅(qū)動(dòng)的設(shè)計(jì)方法