Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 163 Bytes

snippet-template.md

File metadata and controls

9 lines (7 loc) · 163 Bytes

Snippet title

Explain briefly how the snippet works

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