docs: revise CoreJS Interview #2 — focus on Stage 2, remove duplicates#1907
Open
dzmitry-varabei wants to merge 1 commit intomasterfrom
Open
docs: revise CoreJS Interview #2 — focus on Stage 2, remove duplicates#1907dzmitry-varabei wants to merge 1 commit intomasterfrom
dzmitry-varabei wants to merge 1 commit intomasterfrom
Conversation
Refactor interview to fit 45-90 min target (was 170+ min). - Remove 12 theoretical sections: Stage 1 topics (OOP, Classes, Prototypes, Modules, Callbacks/IIFE), non-JS topics (Methodologies, Testing, Web Security), and legacy content (XMLHttpRequest, user agent parsing) - Expand under-represented Stage 2 topics: TypeScript (utility types and type guards now required), Async/Event Loop (from 2 bullets to full section), Functional Programming (new section replacing Functional Patterns) - Remove 8 coding tasks: 3 duplicates with Interview #1 (Array.flat, Array.reduce, String.repeat), 5 redundant/trivial - Add 2 new coding tasks: Debounce, EventEmitter - Add interviewer guidance: "pick 1-2 tasks", time estimates, curriculum context notes - Preserve old version as interview-corejs-legacy.md - Add detailed changelog with justification: interview-corejs-changelog.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
interview-corejs-legacy.mdinterview-corejs-changelog.md(in Russian)Files
tasks/interview-corejs.mdtasks/interview-corejs-legacy.mdtasks/interview-corejs-changelog.mdTest plan
interview-corejs-changelog.md— verify each removal/addition is justifiedinterview-corejs.md— verify it covers core Stage 2 topicsinterview-basic-coreJS.md(Interview Positioning #1)🤖 Generated with Claude Code