Problem in splice() event in javascript.(Help)![Solved]
Here is a sample code of mine😇,and as u could see it displays circle particles which shrink...so I want to delete the particles when they are less that 0.3 in size....I have it by splice() but it does not work...... Please change the splice() event to a proper working way which is inside handleParticles function....and aslo I have marked with a commented line on where I need to be changed ... So please give me a solution on how to fix it.. ------------------ (For further understanding) I need the particles to be deleted when the are less than or equal to 0.3 in size...so I've made a splice event on particleshandle function...but it does not work....so please give me an answer...😇 Hope u understand!😁 https://code.sololearn.com/W6lbAcSG4n5e/?ref=app