// 粘贴或写入你的代码! const a = 1 const b = 2 function add(x, y){ return x + y } const sum = add(2,3); console.log(sum)