We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1045d commit 3c7e8c4Copy full SHA for 3c7e8c4
src/content/learn/responding-to-events.md
@@ -130,7 +130,7 @@ button { margin-right: 10px; }
130
* `<button onClick={handleClick}>` 传递了 `handleClick` 函数。
131
* `<button onClick={() => alert('...')}>` 传递了 `() => alert('...')` 函数。
132
133
-> [了解更多箭头函数的信息](https://javascript.info/arrow-functions-basics)。
+> [了解更多箭头函数的信息](https://zh.javascript.info/arrow-functions-basics)。
134
135
</Pitfall>
136
0 commit comments