Files
30-seconds-of-code/snippet-template.md
2017-12-12 17:51:37 +02:00

163 B

Snippet title

Explain briefly how the snippet works

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