Skip to content

Digital-Logic/Javascript-InterviewQuestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Questions in JavaScript

The aim for this repository is to provide a self-paced series, that you can use to improve your development skills. The problems start out simple, and progress in complexity. Basic knowledge of the JavaScript programming language is required, however, more advanced topics will be covered. This series is available in Java, and Javascript.

Getting Started

Check out the introduction video, which will walk you though setting up and installing a code editor (vs code), node js, this repository, and explain how the testing solution works.

Install

  1. Clone the repo
git clone https://github.com/Digital-Logic/Javascript-InterviewQuestions.git
  1. Install NPM Packages
npm install

Usage

Each file in the src directory contains an interview question, once you have a solution that you want to validate, run the tests with

npm test 'filename'

Questions - so far...

License

Distributed under the MIT License. See LICENSE for more information.

About

Practice interview questions in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published