Commit d93bf72b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 8155d280
...@@ -130,7 +130,7 @@ async function run() ...@@ -130,7 +130,7 @@ async function run()
// dates=_.orderBy(dates,['profit']) // dates=_.orderBy(dates,['profit'])
let arrDate=[] let arrDate=[]
// console.log(dates) console.log(dates)
for (let i = 0; i < dates.length; i++) { for (let i = 0; i < dates.length; i++) {
let sums = 0 let sums = 0
for (let j = i + 1; j < dates.length ; j++) { for (let j = i + 1; j < dates.length ; j++) {
......
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