https://github.com/marlyn-mayienga/javascript-test-assessment
https://github.com/marlyn-mayienga/javascript-test-assessment
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marlyn-mayienga/javascript-test-assessment
- Owner: Marlyn-Mayienga
- Created: 2022-06-09T11:36:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T11:39:41.000Z (over 3 years ago)
- Last Synced: 2025-02-07T22:47:13.674Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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