btw, these are all the same. note is just what you have called the argument and note is a good name as makes it clear what is going on
(note) => note.title !== title
(x) => x.title !== title
(burger) => burger.title !== title
btw, these are all the same. note is just what you have called the argument and note is a good name as makes it clear what is going on
(note) => note.title !== title
(x) => x.title !== title
(burger) => burger.title !== title
Good example
:-)