Hi, I'm looking for the best resource (online) that would help me jump into Node.js without any JS experience. I bought a udemy course on Node JS, all was going well but I'm starting to slow down.An example is:var duplicateNotes = notes.filter((note) => {return note.title === title;});I have the fundamental grasp that filter takes a callback but the syntax is really throwing me off. I can simplify the line some by moving the function and calling it but I'm still struggling with the idea.I don't need the above explained, it's just an example of what I need from a JS tutorial.
Submitted August 31, 2018 at 03:13PM by eastoncr
No comments:
Post a Comment