- Mastering Immutable.js
- Adam Boduch
- 204字
- 2021-07-08 10:30:00
Conventions
In this book, you will find a number of text styles 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: Code words in text are shown as follows: "We can include other contexts through the use of the import statement."
A block of code is set as follows:
#import packages into the project from bs4 import BeautifulSoup from urllib.request import urlopen import pandas as pd
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import { List } from 'immutable';
const myList = List();
console.log('List', myList instanceof List);
// -> List true
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- 數據結構和算法基礎(Java語言實現)
- Django開發從入門到實踐
- C語言程序設計(第2版)
- Hands-On RESTful Web Services with Go
- Python貝葉斯分析(第2版)
- TypeScript項目開發實戰
- Hands-On Full Stack Development with Go
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Python項目實戰從入門到精通
- 零基礎學HTML+CSS
- C++服務器開發精髓
- JBoss AS 7 Development
- Socket.IO Cookbook
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 前端程序員面試筆試真題與解析