Closed
Description
Summary
I noticed when I looked at the react Chinese documentation that there seems to be a word order issue here:
“handleClick 函数使用 JavaScript 数组的 slice() 方法创建 squares 数组(nextSquares)的副本。” —— from https://zh-hans.react.dev/learn/tutorial-tic-tac-toe#
The parentheses here refer to the supplementary notes, so we should amend them to:
“handleClick 函数使用 JavaScript 数组的 slice() 方法创建 squares 数组的副本(nextSquares)。”
Page
https://zh-hans.react.dev/learn/tutorial-tic-tac-toe#
Details
No response