Javascript
JavaScript is a high-level, dynamic, and versatile programming language primarily used for creating interactive and dynamic content on the web. It is widely used in web development alongside HTML and CSS, forming the core technologies of the World Wide Web.
The rundown
There was much to be learned beyond the simple concepts of HTML. From my Javascript class, I learned about the application of object oriented programming to the web world, Events that function as checkpoints in Javascript, and the way that the language can be used to manipulate the DOM. I also learned about the many different libraries and frameworks that Javascript has to offer, some of which can be seen on this very portfolio. Javascript enabled brand new options for a site, like these events allowing you to change effects on a page without ever leaving it, Geolocation, random generation, and much more!