Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top web developer interview questions

Real interview questions from top companies for Web developer. Includes theoretical concepts and coding problems.

What is the difference between var, let, and const in JavaScript?

What is a closure in JavaScript?

What is the difference between null and undefined in JavaScript?

What is a promise in JavaScript?

What is the difference between synchronous and asynchronous programming?

What is a callback function in JavaScript?

What is the purpose of the 'this' keyword in JavaScript?

What is a higher-order function in JavaScript?

What is the difference between a function declaration and a function expression in JavaScript?

What is a JavaScript module?

What is the purpose of the 'use strict' directive in JavaScript?

What is a JavaScript framework?

What is the difference between a library and a framework in JavaScript?

What is a single-page application (SPA) in JavaScript?

What is a RESTful API in JavaScript?

What is a JSON object in JavaScript?

What is the difference between JSON and JavaScript objects?

What is a web storage in JavaScript?

What is the difference between local storage and session storage in JavaScript?

What is a cookie in JavaScript?

What is the difference between a cookie and local storage in JavaScript?

Write a JavaScript function to reverse a string.

Write a JavaScript function to find the maximum value in an array.

Write a JavaScript function to check if a string is a palindrome.

Write a JavaScript function to find the first duplicate in an array.

Write a JavaScript function to find the missing number in an array of consecutive integers.

Write a JavaScript function to check if a binary tree is balanced.

Write a JavaScript function to find the lowest common ancestor of two nodes in a binary tree.

Write a JavaScript function to check if a string contains all unique characters.

Write a JavaScript function to find the first non-repeating character in a string.

Write a JavaScript function to check if two strings are anagrams of each other.