30-seconds-of-code

Explain briefly what the snippet does.

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