Hướng dẫn thử thách
1 / 18
Step 1
In this workshop, you are going to continue learning about strings by building a Teacher Chatbot.
To begin, add a `console` statement, with the message of `"Hi there!"`.
# --before-each--
```js
const logSpy = __helpers.spyOn(console, 'log');
```
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:⌘↵