Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 204 Bytes

snippet-template.md

File metadata and controls

11 lines (8 loc) · 204 Bytes

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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