for-the-sake-of-argument

1.0.0 • Public • Published

JAVASCRIPT KATA : For the sake of argument !

Description:

Write a function named numbers that returns true if all the parameters it is passed are of the Number type. Otherwise, the function should return false. The function should accept any number of parameters.

Example usage:

numbers(1, 4, 3, 2, 5); // true
numbers(1, "a", 3); // false
numbers(1, 3, NaN); // true

Solution : numbers.js

Source : codewars

/for-the-sake-of-argument/

    Package Sidebar

    Install

    npm i for-the-sake-of-argument

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • ouadie