JavaScript Zadanie JS Pong class Ball { constructor(x, y, radius, speedX, speedY, color) { this.x = x;