123-Essential-JavaScript-Interview-Questions
Interview Prep
A collection of carefully curated JavaScript interview questions to help developers prepare for technical job interviews.
JavaScript interview Questions
5k stars
133 watching
1k forks
last commit: 7 months ago
Linked from 1 awesome list
coding-challengecoding-interviewcoding-interviewsfrontend-interviewinherited-propertiesinterview-questionsjavascriptjavascript-functionsjavascript-interview-questionreferenceerror
Related projects:
Repository | Description | Stars |
---|---|---|
donavon/undefined-is-a-function | Creates a patch to make the JavaScript keyword undefined function-compatible | 240 |
kennymkchan/interview-questions-in-javascript | A collection of JavaScript interview questions with solutions | 3,619 |
kriskowal/q | A promise library that enables asynchronous code execution and error handling without blocking | 14,926 |
mjavascript/practical-modern-javascript | A book series on modern JavaScript development focusing on modularity and ES6 features. | 3,088 |
ryanmcdermott/clean-code-javascript | Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. | 91,944 |
kolodny/exercises | A collection of coding challenges and interview questions to practice JavaScript programming skills | 4,239 |
dwyl/learn-tdd | An introduction to writing reliable code using Test Driven Development (TDD) principles in JavaScript | 2,748 |
microsoft/vscode-js-debug | A DAP-based JavaScript debugger for various environments and frameworks. | 1,685 |
csvenja/javascript-exercises | A collection of exercises designed to help developers improve their JavaScript skills through practical problem-solving and code practice. | 70 |
mostlyadequate/mostly-adequate-guide | A tutorial on functional programming in JavaScript, covering reactive programming and designed to be learned through real-world applications. | 23,448 |
jquery/jquery | A widely-used JavaScript library for simplifying DOM manipulation and event handling in web applications. | 59,282 |
benvie/javascriptnext.tmlanguage | Defines syntax rules for modern JavaScript programming languages, including modules and ECMAScript 6 features. | 33 |
drksephy/es6-cheatsheet | A cheatsheet providing tips, tricks, best practices and code snippets for working with ES6 JavaScript features | 13,380 |
lvarayut/javascript-style-guide | A comprehensive guide to writing clean and consistent JavaScript code according to Airbnb's style conventions. | 451 |
getify/you-dont-know-js | A comprehensive book series on the core mechanisms of JavaScript | 180,122 |