Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 352 Bytes

snippet-template.md

File metadata and controls

21 lines (17 loc) · 352 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.
function snippetName($argument)
{
  // Body
}
snippetName('sampleInput'); // 'sampleOutput'