We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b8b6a commit 981812fCopy full SHA for 981812f
1 file changed
1-js/08-prototypes/03-native-prototypes/1-defer-to-prototype/solution.md
@@ -9,5 +9,5 @@ function f() {
9
alert("Hello!");
10
}
11
12
-f.defer(1000); // shows "Hello!" after 1 sec
+f.defer(1000); // 1 秒后显示 "Hello!"
13
```
0 commit comments