Skip to content

ialtafshaikh/core-JS-coding-test-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Raw Engineering Logo Contentstack Logo Surfboard Logo


Project Description

This repository contains the set of questions that have to be solved as a part core JavaScript training. The test consists of a set of questions which have to be solved and the solution should meet the criteria set in the test folder.

Instructions

The test consists of 5 coding questions which have to be solved for completing the test.

  1. Clone the repository using
git clone https://github.com/raweng-academy/core-JS-coding-test.git
  1. Navigate into the folder and run the following command to install all dependencies
npm install 
  1. Create and initialize a git repository and attach it to a GitHub repository. This repository will be used to submit the solution of coding test.
git init 
git remote add origin <GitHub Repository>
  1. Navigate to questions folder and solve the 5 questions by writing the code within the given code structure. Do not change the function name or exports made by module. Candidate can choose to write additional functions to complete the coding test.

  2. To check the solution use the following command. The code will check if the solution provided meets the test criteria.

npm run test
  1. The code solution should be such that all the test criteria are satisfied.

  2. Reports can be generated using the command

npm run submit 
  1. Candidate can submit the solution by submitting the repository using the link. Note no commits should be pushed to the repository once the solution is submitted

Releases

No releases published

Packages

No packages published