- 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."
- 自己動手寫搜索引擎
- 深入實踐Spring Boot
- Web Development with Django Cookbook
- Java:Data Science Made Easy
- FFmpeg入門詳解:音視頻原理及應用
- 大模型RAG實戰:RAG原理、應用與系統構建
- Unity Game Development Scripting
- Python深度學習:模型、方法與實現
- Learning Apache Karaf
- Learning Docker Networking
- Android傳感器開發與智能設備案例實戰
- Odoo 10 Implementation Cookbook
- Scratch從入門到精通
- Python機器學習與量化投資
- Microsoft Windows Identity Foundation Cookbook