We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad94b2 commit 7a4422cCopy full SHA for 7a4422c
1-js/03-code-quality/05-testing-mocha/3-pow-test-wrong/task.md
@@ -2,9 +2,9 @@ importance: 5
2
3
---
4
5
-# What's wrong in the test?
+# Có gì sai trong bài kiểm tra?
6
7
-What's wrong in the test of `pow` below?
+Có gì sai trong bài kiểm tra `pow` bên dưới?
8
9
```js
10
it("Raises x to the power n", function() {
@@ -21,4 +21,4 @@ it("Raises x to the power n", function() {
21
});
22
```
23
24
-P.S. Syntactically the test is correct and passes.
+Tái bút. Về mặt cú pháp, bài kiểm tra là chính xác và vượt qua.
0 commit comments