回答編集履歴
1
チョウセイ
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```javascript
|
4
4
|
|
5
|
-
const process1 = async
|
5
|
+
const process1 = async ()=>{
|
6
6
|
|
7
7
|
await new Promise(resolve=>setTimeout(()=>{
|
8
8
|
|