乐趣区

关于前端:选择篇025下面代码的输出是什么

function sum(a, b) {return a + b}

sum(1, '2')
  • A: NaN
  • B: TypeError
  • C: "12"
  • D: 3

参考答案

退出移动版