Files
30-seconds-of-code/snippet-template.md
2019-08-19 17:59:08 +03:00

255 B

title, tags
title tags
functionName utility,intermediate

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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