1.0.0 • Published 11 months ago

my-string-parity1 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Add four numbers

This module helps you to add four numbers.

Install

npm install add-four-numbers

USAGE

checkParity(a, b,)

// Load library
var checkParity = require('my-string-parity');

// Calculate
console.log(checkParity("oddNum", "evenNum")); // => false

Test

npm test

License ISC

1.0.0

11 months ago