Javascript
Welcome to my Module 4 portfolio! In this module, I used Codeacademy and W3schools tutorials to familiarize myself with concepts associated with Javascript and its syntax. Javascript is a programming language that is used in web development. The syntax is extremely similar to PHP, and being the object oriented programming language it is, also has very similar concepts. Loops, arrays, variables, functions are all concepts associated with Javascript. However, one thing that differentiates Javascript from other web development languages are the opportunities that it provides for user input. Through dialogue boxes created through code, the user is able to interact with the server. Unlike PHP, Javascript is a client-side language, which enables you to view all of the code used in the development of the webpage when you inspect element or view page source.
