Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
14 lines (12 loc) * 932 Bytes

usageGuide.md

File metadata and controls

14 lines (12 loc) * 932 Bytes

Usage Guide

  • Familiarity and hands on experience in JavaScript are recommended before attempting these challenges
  • The JavaScript modern interview code challenges are divided into 5 sections topic wise
  • These sections are mutually exclusive for most of the questions and no ordering has to be followed for topics
  • Each section will have list of questions generally from easy to advanced level with increasing difficulty
  • All the questions are listed at the top of each section and clicking on the question will land to the answer section
  • Questions might have example which helps to understand the question better
  • Questions might have multiple solutions or answers divided in to multiple parts
  • Notes contain additional details about the solution
  • Try to solve the questions on your own before looking in to the solutions
Note

Do not use these challenges to learn JavaScript if you are new to JavaScript