Just for fun (Javascript >> Matrix)

Lets build a Matrix like effect today As the title is. This is just for fun. You can get all the code on my github https://github.com/Kimbugwerogers/matrix-javascript- First this is how the page will look like As you can see. Only one side will be populated. The reason I want each side to process the effect definitely . Or you can think of a different way to do it in the blue box. Ok the Html looks like this (index.html) <! doctype html > < html > < head > < title > Matrix </ title > < link rel = "stylesheet" href = "style.css" > </ head > < body > < h1 > Hello </ h1 > < h2 id = "time" ...