首页题库练习题目详情
Web程序设计单选题中等

下面代码的输出结果是什么? function add(a, b) { return a + b; } console.log(add(2, 3));

A5
B6
C23
DNaN