MCPcopy Index your code
hub / github.com/nodejs/node / testIsEven

Function testIsEven

test/parallel/test-debug-v8-fast-api.js:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23});
24
25function testIsEven() {
26 for (let i = 0; i < 10; i++) {
27 assert.strictEqual(isEven(i), i % 2 === 0);
28 }
29}
30
31function testIsOdd() {
32 for (let i = 0; i < 20; i++) {

Callers 1

Calls 1

isEvenFunction · 0.50

Tested by

no test coverage detected