Files
30-seconds-of-code/snippet-template.md
2018-02-14 12:24:50 +02:00

217 B

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

const functionName = arguments =>
  {functionBody}
functionName('sampleInput'); // 'sampleOutput'