Commit 7fd2e4a3 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0bba5111
......@@ -66,10 +66,10 @@ function run()
// console.log('Balance ->',balance)
// console.log('Worth ->',arrNew[0])
let worth=balance/arrNew[0].sum
let worth=(balance)/(arrNew[0].sum)
if (worth < base) {
base=worth
console.log((balance/worth))
console.log(arrNew[0].sum,balance,worth)
}
// let start=false
// let arr2=[]
......
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