One of the fun things about JavaScript is how there are so many interesting libraries out there to use. I was working on my portfolio and was interested in doing some type of text transformation on my home page.
In this blog post, we are going to take a look at some javascript. Specifically speaking, we will have some fun with physics! The idea is to make a bouncing ball using Javascript and HTML 5 Canvas. Before we get start coding the physics involved, we need to take a quick detour to learn about the Canvas coordinate system.