javascript-code-challenges/usageAndStudyGuide.md at main · thebedroomprogrammer/javascript-code-challenges

Skip to content

Navigation Menu

Sign in

Appearance settings

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

28 lines (22 loc) · 1.28 KB

usageAndStudyGuide.md

File metadata and controls

28 lines (22 loc) · 1.28 KB

Usage Guide for this repo

  • 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


Recommended study materials on JavaScript

Books

Tutorials and references