function ok() { return ok.name; }
//return string that says the word ok- function ok() {
- return ok.name;
- }
describe("Ok", function() { it("It should return ok.", function() { Test.assertEquals(ok(), "ok") }); });
// TODO: Add your tests here// Starting from Node 10.x, [Mocha](https://mochajs.org) is used instead of our custom test framework.// [Codewars' assertion methods](https://github.com/Codewars/codewars.com/wiki/Codewars-JavaScript-Test-Framework)// are still available for now.//// For new tests, using [Chai](https://chaijs.com/) is recommended.// You can use it by requiring:// const assert = require("chai").assert;// If the failure output for deep equality is truncated, `chai.config.truncateThreshold` can be adjusted.describe("Solution", function() {it("should test for something", function() {// Test.assertEquals(1 + 1, 2);// assert.strictEqual(1 + 1, 2);- describe("Ok", function() {
- it("It should return ok.", function() {
- Test.assertEquals(ok(), "ok")
- });
- });
function returnhundred() { return ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~((((('Ϩ'.charCodeAt() / '2'.charCodeAt()) * ('ˮ'.charCodeAt() / "–".charCodeAt())) + "΄".charCodeAt()) - (2 * "ǂ".charCodeAt()))) * ('✐'.charCodeAt() / 'd'.charCodeAt()); }
- function returnhundred() {
return 'd'.charCodeAt();- return ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~((((('Ϩ'.charCodeAt() / '2'.charCodeAt()) * ('ˮ'.charCodeAt() / "–".charCodeAt())) + "΄".charCodeAt()) - (2 * "ǂ".charCodeAt()))) * ('✐'.charCodeAt() / 'd'.charCodeAt());
- }