Files
30-seconds-of-code/snippet-template.md
2017-12-25 13:26:14 +01:00

184 B

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

const functionName = arguments =>
  {functionBody}
functionName()