### Snippet title Explain briefly how the snippet works ```js var functionName = arguments => {functionBody} // functionName(sampleInput) -> sampleOutput ```