JavaScript Wrap-Up
The semester is almost over, friends, and that means this JavaScript adventure is ending, for now. At the beginning, I was pretty intimidated by this language blog project. The idea that I would be able to teach myself enough about JavaScript to write a whole program seemed daunting, but I'm really happy with the amount of knowledge that I was able to gain in a short period of time. What really helped me get through this was learning to rely on the JavaScript documentation over a Google or Stack Overflow search. Don't get me wrong, those are great resources, but you can fall down a pretty big rabbit hole chasing an answer that could easily be resolved by going to the source. Unless you find an exact duplicate solution to the function you are trying to write, you could end up wasting more time trying to adapt someone else's code than just writing your own. Also, there are so many opinions on the best code to solve a problem that I found it better to search the API and...