/getprime

Primary LanguageJavaScript

A Simple program that returns an array of prime number between 1 and value entered as parameter


To start:

  • Make sure node is installed and the following command without quotes
  • Run "npm install" //to install the dependencies
  • Run "node lib/getPrime" //to run the program
  • Run "npm test" //to run a test