Hướng dẫn thử thách
1 / 19
Step 1
In this workshop, you will review how to work with functions by building a calculator app.
In previous lessons, you learned how to declare functions like this:
```js
// regular function
function myFunction() {
}
// arrow function
const myArrowFunction = () => {
}
```
Start by creating a function called `addTwoAndSeven`.
You can choose to use the regular function syntax or the arrow function syntax.
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:⌘↵