Below, we loop through the numbers array using the JavaScript map() ... const todoItems = todos.map((todo) => <li key={todo.id}> {todo.text} </li> );.
確定! 回上一頁