Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 216 Bytes

snippet-template.md

File metadata and controls

14 lines (10 loc) · 216 Bytes

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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