Skip to content

Instantly share code, notes, and snippets.

@rats4final
Created September 22, 2023 08:06
Show Gist options
  • Save rats4final/7c31baa5faeb1de0eaf63a09d2c56307 to your computer and use it in GitHub Desktop.
Save rats4final/7c31baa5faeb1de0eaf63a09d2c56307 to your computer and use it in GitHub Desktop.
Normal Arrow Function
const myFunction = () => {};
const aFunction = param => implicitReturn;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment