/find-number

A package that utilizes loops to find a number that matches a condition

Primary LanguageJavaScript

find-number

A package that utilizes loops to find a number that matches a condition.

Installation

You can install this package from npm: npm install find-number

Usage

The usage of this package is patterned like this: findNumber(<starting number here>, <ending number here>, <increment here>, <function which decides if it matches condition>). The findNumber function is asynchronous.