Nky237 / javascript-ta

Javascript Track Assessment Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%