Tutorial by Examples

[-1, 0, 2, 4, 7, 9].where((x) => x > 2) --> [4, 7, 9]

Page 1 of 1