This repo contains the accessment exercise for the Javascript Track Please perform the following instructions.
- Fork this repository.
- Clone the repository to your local computer.
- Add your solution to the specificied position.
- Commit your solution.
- Push your update to your repository.
- Submit your repository URL on the provided google form.
// src/index.js
// complete the function
function prime(num) {
// code goes here
}
function solution(arg) {
return prime(arg);
}
# run the solution
$: npm start <input>
$: npm test
contact: [email protected]