E
E
Evgenij_nechujveter2017-06-17 02:00:36
JavaScript
Evgenij_nechujveter, 2017-06-17 02:00:36

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 question

Ask a Question

731 491 924 answers to any question