質問編集履歴
2
画像修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
![ボタン押下後](b
|
27
|
+
![ボタン押下後](b0bbef4a41985b1a3480c5a69d08d96f.png)
|
28
28
|
|
29
29
|
|
30
30
|
|
1
脱字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -122,7 +122,7 @@
|
|
122
122
|
|
123
123
|
btn.onclick = function() {
|
124
124
|
|
125
|
-
mathArea.textContent = 'y = (x - 2)^2 - 2';
|
125
|
+
mathArea.textContent = '$y = (x - 2)^2 - 2$';
|
126
126
|
|
127
127
|
document.querySelector('p').innerText = '平方完成 Complete!!';
|
128
128
|
|