- 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."
- OpenShift開發指南(原書第2版)
- C++面向對象程序設計(微課版)
- 神經網絡編程實戰:Java語言實現(原書第2版)
- INSTANT Weka How-to
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- HTML5+CSS3網頁設計
- Python忍者秘籍
- 軟件測試實用教程
- C# Multithreaded and Parallel Programming
- Zabbix Performance Tuning
- OpenCV with Python Blueprints
- JavaScript從入門到精通(視頻實戰版)
- 精通Spring:Java Web開發與Spring Boot高級功能
- Mastering Leap Motion
- MySQL數據庫應用實戰教程(慕課版)