I have a very strange effect in javascript. Check this out my friends:
function Enemy(name, x, y) { this.name = name; this.x = x; this.y = y;