Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 255 Bytes

snippet-template.md

File metadata and controls

17 lines (13 loc) · 255 Bytes
title tags
functionName
utility,intermediate

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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