Files
30-seconds-of-code/snippet-template.md
2018-07-08 13:06:24 -07:00

216 B

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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