Skip to content

Javascript Track Assessment Template

Notifications You must be signed in to change notification settings

Afola-Ode/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 palindrom(str) {
  // code goes here
}

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

Running

# run the solution
$: npm start <input>

Testing

$: npm test

Need Help?

contact: ***

About

Javascript Track Assessment Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%