Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 356 Bytes

snippet-template.md

File metadata and controls

19 lines (15 loc) · 356 Bytes
title tags
functionName
array,intermediate

Explain briefly what the snippet does.

  • Explain briefly how the snippet works.
  • Use bullet points for your snippet's explanation.
  • Try to explain everything briefly but clearly.
const functionName = arguments =>
  {functionBody}
functionName('sampleInput'); // 'sampleOutput'