質問編集履歴

2

誤字修正

2020/07/13 03:48

投稿

06140614
06140614

スコア2

test CHANGED
File without changes
test CHANGED
@@ -114,7 +114,7 @@
114
114
 
115
115
 
116
116
 
117
- document.getElementById("tab1").onclick = function() {
117
+ document.getElementById("tab2").onclick = function() {
118
118
 
119
119
  function moveToSecond() {
120
120
 
@@ -132,7 +132,7 @@
132
132
 
133
133
 
134
134
 
135
- document.getElementById("tab1").onclick = function() {
135
+ document.getElementById("tab3").onclick = function() {
136
136
 
137
137
  function moveToThird() {
138
138
 
@@ -150,7 +150,7 @@
150
150
 
151
151
 
152
152
 
153
- document.getElementById("tab1").onclick = function() {
153
+ document.getElementById("tab4").onclick = function() {
154
154
 
155
155
  function moveToFour() {
156
156
 

1

ご指摘いただきました functiom → function の修正

2020/07/13 03:48

投稿

06140614
06140614

スコア2

test CHANGED
File without changes
test CHANGED
@@ -98,7 +98,7 @@
98
98
 
99
99
  document.getElementById("tab1").onclick = function() {
100
100
 
101
- functiom moveToFirst() {
101
+ function moveToFirst() {
102
102
 
103
103
  var content1 = document.getElementById("slide");
104
104
 
@@ -116,7 +116,7 @@
116
116
 
117
117
  document.getElementById("tab1").onclick = function() {
118
118
 
119
- functiom moveToSecond() {
119
+ function moveToSecond() {
120
120
 
121
121
  var content2 = document.getElementById("slide");
122
122
 
@@ -134,7 +134,7 @@
134
134
 
135
135
  document.getElementById("tab1").onclick = function() {
136
136
 
137
- functiom moveToThird() {
137
+ function moveToThird() {
138
138
 
139
139
  var content3 = document.getElementById("slide");
140
140
 
@@ -152,7 +152,7 @@
152
152
 
153
153
  document.getElementById("tab1").onclick = function() {
154
154
 
155
- functiom moveToFour() {
155
+ function moveToFour() {
156
156
 
157
157
  var content4 = document.getElementById("slide");
158
158