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 05beb8d commit e2bf37bCopy full SHA for e2bf37b
1-js/03-code-quality/05-testing-mocha/3-pow-test-wrong/task.md
@@ -2,9 +2,9 @@ importance: 5
2
3
---
4
5
-# Có gì sai trong bài kiểm tra?
+# What's wrong in the test?
6
7
-Có gì sai trong bài kiểm tra `pow` bên dưới?
+What's wrong in the test of `pow` below?
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
-Tái bút. Về mặt cú pháp, bài kiểm tra là chính xác và vượt qua.
+P.S. Syntactically the test is correct and passes.
0 commit comments