diff --git a/classwork.js b/classwork.js index e69de29..b67a78c 100644 --- a/classwork.js +++ b/classwork.js @@ -0,0 +1,4 @@ +function Particle(startX, startY){ + this.x = startX; + this.y = startY; +}