What is a callback function? “A callback is a function that is passed as an argument to another function” Which is then invoked inside the outer...
Continue reading...Javascript
Typescript Made Easy
Index Introduction Why Typescript? Typescript For JavaScript Programmer Types Of Typescript 1. Introduction Typescript is the JavaScript with the syntax of its types. Typescript is a...
Continue reading...JavaScript ES6 classes
ES6 introduced classes in JavaScript. Classes are just the templates for the object in JavaScript. Class Declaration Classes in javascript are basically template for the creating...
Continue reading...Closures & Promises in JS
Promises in Javascript is an object and represents an Asynchronous operation, It is used to find out if the asynchronous operation is successfully completed or not....
Continue reading...jQuery Effects
What are JQuery effects? jQuery enables us to add effects on a web page. jQuery effects can be categorized into fading, sliding, hiding/showing and animation effects....
Continue reading...