m
clearNode(fx)
Size: a a a
m
clearNode(fx)
DS
OR
🦜
OR
🦜
OR
OR
🦜
OR
🦜
🦜
🦜
OR
DS
const $users = createStore([
{ id: 0, name: 'John', age: 30 },
{ id: 1, name: 'Jane', age: 14 },
{ id: 2, name: 'Vasya', age: 14403 }
]);
const tooYoung = combine(
$users,
user => user.age < 18,
(list, fn) => list.filter(fn)
);
🚀🚀
🚀🚀
DS
🚀🚀
🚀🚀