arguiot/DisplayJS

i tried the example but i get a opposite result

nile52 opened this issue · 1 comments

image

image

The example was missing something, try with:

$.rmFromArray($.range(10), x => x % 2 == 0);

Should work 😊.