Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JoseGonzalez321/453686cd5c91f08a9fb97ed4e1c006bc to your computer and use it in GitHub Desktop.
Save JoseGonzalez321/453686cd5c91f08a9fb97ed4e1c006bc to your computer and use it in GitHub Desktop.

3 Main JavaScript High Order Functions for Csharp Developers

Remember

JavaScript C#
Element .find() .FirstOrDefault()
Restriction .filter() .Where()
Projection .map() .Select()

Learn from Multiple Sources

📜 Map, Filter, Reduce - Very light intro. Includes reduce, which we didn't cover on this talk.

MPJ - YouTube videos - Best and most fun explanation I have seen.

Got a Taste for Functional Programming in JavaScript?

Good. Let's have some fun.

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment