Challenge: Spaceship ride
Make a crazy spinning spaceship ride.

Speed it up

Hint

var Spaceship = function() {
this.velocity = ;

};

This carnival ride is really a bunch of oscillating spaceships. We're going to make it a more thrilling ride.
Start by speeding up the oscillations.