I am trying to create a simple javascript game with simple physics. I can determine when 2 balls are colliding but I have having problems with handling the collision.
Physics for JavaScript Games, Animation, and Simulations with HTML5 Canvas
is a Book all about modeling Physics simulations in JavaScript.
Though this book starts off by introducing the reader to some simple concepts in Physics and how it can be modeled in JavaScript, this books will assume you have some basic knowledge in Physics and know how to program in JavaScript.