Hướng dẫn thử thách
1 / 126
===
### Giai đoạn: Nền Tảng & Khái Niệm Cốt Lõi
**===**
The `===` operator compares two values for equality without type coercion. Both the value and the type must match for the comparison to return `true`. It is the recommended equality operator for most cases because it produces predictable results.
### Khái niệm cốt lõi:
1. **The `===` operator compares two values for equality without type coercion**
2. **Both the value and the type must match for the comparison to return `true`**
3. **It is the recommended equality operator for most cases because it produces predictable results**
### Tài liệu tham khảo chính thống:
- [Strict equality - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality) (article)
Nhiệm vụ của bạn
Viết giải pháp của bạn cho bài học **===** vào trình soạn thảo bên cạnh. Bấm **Chạy Thử Nghiệm** (hoặc nhấn `Ctrl+Enter`) để thực thi và ghi nhận hoàn thành kỹ năng trên Roadmap.
### Kỹ năng cần đạt:
- `===`
- `Core`
- `Engineering`
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:⌘↵