javascript-interview-questions icon indicating copy to clipboard operation
javascript-interview-questions copied to clipboard

List of 1000 JavaScript Interview Questions

Results 24 javascript-interview-questions issues
Sort by recently updated
recently updated
newest added

I have added a new question (No. 479) regarding the **.at() method** (introduced in ES2022). ### Changes Made - Updated the *Table of Contents* to include entry 479. - Added...

### Added a new JavaScript problem: Deep Clone Function This update introduces `deepClone.js`, which contains an advanced deep clone implementation commonly asked in technical interviews. The function handles: - Objects...

i have raised a new question to help others

Adds two FAQ files under `javascript-interview-questions/`: - `basic.md` — 10 concise, common JS interview questions and answers. - `advanced.md` — 10 advanced topics (Node, streams, memory profiling, security, concurrency). Why:...

Added a new JavaScript interview question to the README: Question: What is the difference between setTimeout and requestAnimationFrame in JavaScript, and when should you use each? Answer: Explains the difference,...

Description Added a new image (hoisting.png) to the images folder to illustrate JavaScript hoisting in a simple and clear way. Purpose This image helps improve understanding of the hoisting concept...

I recently encountered several advanced JavaScript interview questions in real interviews. To help others prepare, I added a new file `jaw-dropping-questions.md` containing these questions and answers. Feel free to request...

This pull request adds a new JavaScript interview question to the repository. The purpose of this update is to expand the question set and provide more variety for learners preparing...

This PR adds a new file jaw-dropping-questions.md containing several advanced JavaScript interview questions that I recently came across. These questions are commonly asked in real interviews and help developers prepare...

This pull request adds a new set of modern JavaScript interview questions as requested in the issue "Has to update more JavaScript-based questions asked in interviews". ✔ Added new questions...