Skip to content

Instantly share code, notes, and snippets.

@rahulmalhotra
Created January 9, 2021 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulmalhotra/1332c9268ed9e741fa9a174f2292ecf2 to your computer and use it in GitHub Desktop.
Save rahulmalhotra/1332c9268ed9e741fa9a174f2292ecf2 to your computer and use it in GitHub Desktop.
This code snippet is used in Fat Arrow Functions in JavaScript Tutorial for SFDC Stop
let perimeterOfACircle4 = radius => 2 * 3.14 * radius;
console.log(perimeterOfACircle4(10));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment