Answer the question
In order to leave comments, you need to log in
What is missing in the code?
var assert = chai.assert;
Can you help me figure out what is missing in the code?
describe("pow", function () {
it("возводит в n-ю степень", function () {
assert(pow(2,3),8);
assert(pow(3,4),81);
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question