WebDev

Introduction to Web Development

View the Project on GitHub Pranshu258/WebDev

Previous: More on Bootstrap

JavaScript is one of the most widely used programing languages in the world. It is the langauge that drives almost all the client side code on the internet. However, it has become a language which most people use but don’t love. One of the main reasons behind this is that most people don’t know the language well enough to appreciate its edge cases.

In this article we will discuss some of these edge cases and try to understand why things are the way they are! https://pranshu258.github.io/blog/ydkjs.html

MDN is a great place to learn JavaScript: https://developer.mozilla.org/bm/docs/Web/JavaScript

Next: NodeJS