Study core JavaScript concepts like closures, the prototype chain, and 'this' to prepare for frontend job interviews.
Use as a structured weekly reading curriculum for intermediate frontend developers moving beyond the basics.
Discuss and ask questions about tricky JavaScript behavior in the GitHub Issues comment threads.
No code to run, content is Chinese-language articles only, requires reading Chinese or using a translation tool.
This repository is a personal blog by a Chinese frontend developer known as Muyiyang, who runs a WeChat public account called "Advanced Frontend." The repo itself does not contain runnable code. Instead, it serves as an index of articles published as GitHub Issues, organized into a series of weekly posts covering tricky JavaScript interview topics for people looking to grow past the basics. The content is written entirely in Chinese and is aimed at frontend developers preparing for job interviews at major tech companies. Each article in the series goes deep on one specific JavaScript concept: how the call stack and execution context work, how scope and closures behave under the hood, the mechanics behind the "this" keyword in various situations, the difference between shallow and deep copying objects, how the prototype chain connects objects, how higher-order functions like currying work, and how debounce and throttle control how often functions run. There are eight published series in total, with individual entries linked to specific GitHub Issues where readers can leave comments and discuss. The author encourages questions and replies to every one. Beyond the interview-focused series, there are standalone posts on topics like CSS and HTML common questions, JavaScript inheritance patterns, and notes from live-streamed frontend lessons. The project has no code to install or run. It functions purely as a reading list and discussion forum. If you do not read Chinese, the content will not be accessible without translation. For Chinese-speaking developers working through frontend interview prep, it provides a structured curriculum of deep-dive explanations on core JavaScript mechanics.
← yygmind on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.