Commit b579236b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 5beeb135
...@@ -67,8 +67,10 @@ function run() ...@@ -67,8 +67,10 @@ function run()
// console.log('Worth ->',arrNew[0]) // console.log('Worth ->',arrNew[0])
let worth=arrNew[0].sum let worth=arrNew[0].sum
if (worth < base) if (worth < base) {
base=worth
console.log(worth) console.log(worth)
}
let start=false let start=false
let arr2=[] let arr2=[]
for (let i=0;i<arr.length;i++) for (let i=0;i<arr.length;i++)
......
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