Commit fe1bb397 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 07df8591
...@@ -25,7 +25,7 @@ async function init() { ...@@ -25,7 +25,7 @@ async function init() {
// } // }
arr=await Promise.all(arr) arr=await Promise.all(arr)
console.log(arr) // console.log(arr)
for (let i=0;i<arr.length;i++) for (let i=0;i<arr.length;i++)
arrange(arr[i]) arrange(arr[i])
// console.log(arr[0].arr[0]) // console.log(arr[0].arr[0])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment