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 57a126c commit 2d84dd3Copy full SHA for 2d84dd3
docs/2-browser-apps/06-project/index.mdx
@@ -178,7 +178,7 @@ addButton.onclick = () => {
178
179
```javascript
180
// ユーザーに入力を求め、入力された値を todoText.textContent に代入する
181
-todoText.textContent = prompt("編集内容を入力してください");
+todoText.textContent = prompt("新しい内容を入力してください。");
182
```
183
184
<Details summary='ステップ 3 の解答例'>
0 commit comments