Skip to content

Files

Latest commit

50ea77d · Dec 13, 2017

History

History
9 lines (7 loc) · 165 Bytes

snippet-template.md

File metadata and controls

9 lines (7 loc) · 165 Bytes

Snippet title

Explain briefly how the snippet works.

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