Files
30-seconds-of-code/snippet-template.md
2017-12-21 15:50:22 +05:30

203 B

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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