动手做Get your hands on it
练习跟着课文走 —— 每节课尾都有本课的练习。这一页是全部练习的总库,想集中刷题的时候来。 每个练习都写清了它来自哪一节,卡住了就回去看那一节。Practice follows the lessons — every lesson ends with the exercises for that lesson. This page is the whole library, for when you want to drill in one sitting. Each exercise names the lesson it came from, so you can go back when you stall.
练习Exercises
筛出 56 个练习(共 148 个) · 第 5 / 5 页。Showing 56 of 148 · page 5 / 5.面试官出题:「实现一个 Kanban 看板,卡片可以在三列之间移动。」 这道题最核心的考点是哪一个?
The interviewer says: “Build a Kanban board where a card can move between three columns.” Which is the central point this question tests?
面试官给出下面这个类型,问它对 T 做了什么。
An interviewer shows you the type below and asks what it does to T.
这个函数编译不过:'e' is of type 'unknown'.下面哪种改法是对的?
This function does not compile: 'e' is of type 'unknown'. Which fix is the right one?
id: 1)。 历史列表用下面哪个 key 会报「重复 key」警告?The user books the same Ford Fusion (id: 1) twice in a row. Which of these keys makes the history list warn about duplicate keys?[Fusion, Accord, Highlander, Explorer](最旧 → 最新)。 断言要求:3 条、顺序Explorer / Highlander / Accord、Fusion 不在 DOM 里。The history is [Fusion, Accord, Highlander, Explorer] (oldest → newest). The assertions want: 3 entries, in the order Explorer / Highlander / Accord, and Fusion not in the DOM.这题是多选。More than one answer is correct.
这题是多选。More than one answer is correct.