Mastering Immutable.js
上QQ阅读APP看书,第一时间看更新

Removing values from collections

Another type of persistent change that you'll want to make is to remove values from collections. Both lists and maps have methods to remove values from them, which results in new collections.