September 2017
Intermediate to advanced
216 pages
6h 8m
English
You can use the of() method to create lists of values as follows:
const myList = List.of(1, 2, 3);console.log('myList', myList.toJS());// -> myList [ 1, 2, 3 ]
Read now
Unlock full access