222k views
2 votes
What is the code for Pong that would work on Khan Academy?

User Jbryson
by
5.7k points

1 Answer

3 votes
draw = function() {
if () {
if (keyCode === ){
();
}
else if (keyCode === ) {
();
}
}
};
User Pcan
by
5.0k points