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.
2 parents 3e34333 + 7c1edf2 commit 3127b59Copy full SHA for 3127b59
src/content/1/en/part1d.md
@@ -725,7 +725,7 @@ const App = () => {
725
}
726
```
727
728
-The _handleClick_ variable is now assigned to a reference to the function. The reference is passed to the button as the <i>onClick</i> attribute:
+The _handleClick_ variable, which references the function definition, is passed to the button as the <i>onClick</i> attribute:
729
730
```js
731
<button onClick={handleClick}>button</button>
0 commit comments