An open API service indexing awesome lists of open source software.

https://github.com/marlyn-mayienga/javascript-test-assessment


https://github.com/marlyn-mayienga/javascript-test-assessment

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Javascript Track Assessment

## Instructions

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.

## Example

```js
// src/index.js

// complete the function
function prime(num) {
// code goes here
}

function solution(arg) {
return prime(arg);
}
```

## Running

``` shell
# run the solution
$: npm start
```

## Testing
``` shell
$: npm test
```

## Need Help?
contact: engineering@shecodeafrica.org