Javascript quiz. ES6 edition.
A challenging JavaScript quiz focusing on ES6 features like classes, generators, and template strings to test developers' understanding.
Juriy Zaytsev is a JavaScript expert known for deep technical articles on browser internals, performance, and cross-browser behavior. His writing explores DOM, JavaScript language quirks, feature detection, and robust frontend engineering practices.
4 articles from this blog
A challenging JavaScript quiz focusing on ES6 features like classes, generators, and template strings to test developers' understanding.
Explains the innerText property's behavior and algorithm for extracting text from HTML nodes, focusing on CSS and whitespace handling.
Explains the ECMAScript specification for evaluating function calls, focusing on reference resolution and the 'this' value.
A developer details the step-by-step refactoring of a complex single-page JavaScript canvas application, exploring MVC patterns to reduce complexity.