CoffeeScript | Use CoffeeScript to write your JavaScript
Even though JavaScript is a powerful language, it has drawback like the structural programming style. CoffeeScript, on the other hand, is a language that compiles into JavaScript. The underlying idea…
Difference between Server side scripting and Client side scripting | Server side scripting vs. Client side scripting
We would define a script as a set of instructions. For Web pages they are instructions either to the Web server(server-side scripting) or to the Web Browser (client-side scripting). Let’s…