Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 270 Bytes

snippet_template.md

File metadata and controls

17 lines (13 loc) · 270 Bytes
title tags
functionName
function, utility, helper, beginner

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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