Kumar Ravi

Results 4 comments of Kumar Ravi

I was making an API call after which I needed to update the chart so I wrote a function `const updateChart = ()=>{ series.pop() series.push(30) }` It popped the last...

I was making an API call after which I needed to update the chart so I wrote a function `const updateChart = ()=>{ series.pop() series.push(30) }` It popped the last...