动手做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
筛出 6 个练习(共 148 个)。Showing 6 of 148.把排查顺序排对。从最外层(还没开始跑)到最里层(你的代码)。
Put the checks in order, from the outermost layer (nothing has started yet) to the innermost one (your own code).
用户点了某一行的 Delete 按钮。把下面五件事按发生顺序排好。
The user clicked the Delete button on one row. Put the five things below in the order they happen.
拿到这个项目,最合理的动作顺序是什么?
You just received this project. What is the most sensible order to work in?
客户端发 { orders(userId:"123") { id shippingInfo { status } } }, 数据源里 user 123 有两个订单。把服务端的动作排序。
The client sends { orders(userId:"123") { id shippingInfo { status } } }, and in the data source user 123 has two orders. Put the server's steps in order.
拿到 node-subgraph,最合理的动作顺序?
You have just opened node-subgraph. What is the most sensible order to work in?