```javascript
// 定义一个函数,接收两个参数a和b
function add(a, b) {
// 使用加法运算符将a和b相加
return a + b;
}
// 调用add函数,传入2和3作为参数
console.log(add(2, 3)); // 输出结果为5
```
评论区:
评论:
关于我:
Hello I’m Jenny Kurto author of Letter town blog. This is my personal space which is like to share
others. And i’m living New York city working and blogging.
评论区: