Battleship

Continuing from where I left off yesterday, I got a working (but very boring) Battleship game! My favorite part was making the two-dimensional array in JavaScript. Before adding any more features, I'll make it the object-oriented way. Click the grid to fire at my fleet of battleships!