質問編集履歴

1

コード

2020/02/17 13:55

投稿

R-Fujimoto
R-Fujimoto

スコア13

test CHANGED
File without changes
test CHANGED
@@ -116,17 +116,13 @@
116
116
 
117
117
 
118
118
 
119
- let count = 0;
120
-
121
-
122
-
123
119
  export default function App() {
124
120
 
125
121
  const [text, setText] = useState("");
126
122
 
127
123
  const button = () => {
128
124
 
129
- console.log(count + 1);
125
+ console.log("success");
130
126
 
131
127
  };
132
128