Commit 57300af9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent e0145e8e
......@@ -40,6 +40,8 @@ function grabData(data)
let arr=[]
for (let i=0;i<data.length;i++)
{
if (i ===0 && data.length >10)
continue
try {
let d=data[i].split(',')
let profit = parseFloat(d[7])
......
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