You are viewing a single comment's thread from:

RE: Removing a Note: Day Seven of "The Complete Node.js Developer Course"

in #javascript8 years ago

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