这段程序会输出什么?

来自 箭头函数
Node 24 入门 2分钟

这段程序会输出什么?

JavaScript
const makeLabel = (id) => { id };
console.log(makeLabel('A-17'));
在试验场中打开
报告错误