Files
30-seconds-of-code/snippet-template.md
2017-12-13 10:37:33 +01:00

165 B

Snippet title

Explain briefly how the snippet works

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