Skip to content

Instantly share code, notes, and snippets.

@dioxmio
Created April 1, 2022 09:26
Show Gist options
  • Save dioxmio/63e2f80bd70edef153eb279c51ecbed5 to your computer and use it in GitHub Desktop.
Save dioxmio/63e2f80bd70edef153eb279c51ecbed5 to your computer and use it in GitHub Desktop.
const sum = (a,b) => a + b;
@TriHydera
Copy link

Cool it returns a value with out needing the return statement

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