Posts

Showing posts from February, 2019

JavaScript, From Frontend to Backend

Image
What Is JavaScript? The Story of JavaScript began as a front end Scripting Language. It is really an easy language to learn which is loosely written. This made it popular for animations and dynamic styling. Then the DOM Concept came. This added a new value to javascript. With it, Developers could communicate with the server without refreshing the browser or using a server-side language like PHP. JS Evolution Evolution Of the Language Javascript is one of the easiest languages to learn of all time. Therefore it has gathered a huge developer community around it. Who have been upgrading it from being a client side to a full server-side language. From ES1 to ESNext Javascript has evolved in a great deal with the addition of features like XMLHttpRequest and AJAX. There are thousands of libraries that use JS to do a verity of tasks. Some Example of Libraries are: JQuery   " jQuery is a fast, small, and feature-rich JavaScript library. It makes t...