Multiple progress bars using canvas and javascript objects
问题 I'm trying to make a circlular bar progress using html canvas and javascript and i've suceed until I've add a loop with setInterval, since that I'm stuck... I tried to target the problem putting console.log() in all the elements I use to do the loop, but I can't get through why my loop is working in the console but the cirlce doesn't appear. Can anyone help me. I will be very grateful. Thank you in advance. here is my code : class GreyCircle { constructor(x, y, radius) { this.posX = x; this