Skip to content

she-code-africa/javascript-ta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

// src/index.js

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

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

Running

# run the solution
$: npm start <input>

Testing

$: npm test

Need Help?

contact: engineering@shecodeafrica.org

About

Javascript Track Assessment Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published