Hướng dẫn thử thách
1 / 3
What Is the Purpose of Functions, and How Do They Work?
What is the output of the following code?
```js
function mystery(a, b = 3) {
return a * b;
}
console.log(mystery(4));
```
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵