49 Star 216 Fork 45

30秒学代码 / 30-seconds-of-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
snippet-template.md 217 Bytes
一键复制 编辑 原始数据 按行查看 历史

functionName

Explain briefly what the snippet does.

Explain briefly how the snippet works.

const functionName = arguments =>
  {functionBody}
functionName('sampleInput'); // 'sampleOutput'
JavaScript
1
https://gitee.com/seconds-of-code/30-seconds-of-code.git
git@gitee.com:seconds-of-code/30-seconds-of-code.git
seconds-of-code
30-seconds-of-code
30-seconds-of-code
master

搜索帮助