hakim-factor

1.0.1 • Public • Published

Hakim factors

This npm package find the factors of a particular number using regular loop logic

Getting Started

To use this npm package, simply install it with

npm install --save hakim-factor

Example

Usage example

const factors = require('hakim-factor')

To store it to a variable

let result = factors.hakimFactor(30)

To print in console

factors.hakimFactor(30, 'print')

Readme

Keywords

Package Sidebar

Install

npm i hakim-factor

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • hakiemaul