Commit 6283d28f authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent b8e3c28e
......@@ -35,7 +35,7 @@ async function run() {
let arr20Max=[]
let arr1000Compound=[]
let arrReserv=_.orderBy(arr2, ['percentage'], ['asc']);
let arrCompound=_.orderBy(arr2, ['compoundPerMonth'], ['asc']);
let arrCompound=_.orderBy(arr2, ['compoundPerMonth'], ['desc']);
let arrResrv200=[]
for (let i = 0; i < 1000; i++) {
arr3.push(arr2[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