- Mastering Immutable.js
- Adam Boduch
- 31字
- 2021-07-08 10:30:09
Sequences of values
You can use the of() method to create value sequences, as follows:
const mySeq = Seq.of(1, 2, 3);
console.log('mySeq', mySeq.toJS());
// -> mySeq [ 1, 2, 3 ]
推薦閱讀
- Learning Apex Programming
- Java面向對象思想與程序設計
- OpenCV 3和Qt5計算機視覺應用開發
- Reactive Programming With Java 9
- 大學計算機基礎實驗指導
- Learning JavaScript Data Structures and Algorithms
- Mastering ROS for Robotics Programming
- C語言程序設計與應用(第2版)
- SQL Server 入門很輕松(微課超值版)
- C++從入門到精通(第6版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- SSH框架企業級應用實戰
- jQuery Mobile Web Development Essentials(Second Edition)
- Spring Boot 2+Thymeleaf企業應用實戰
- Java程序設計(項目教學版)