Immediately Invoked Function Expression (IIFE)
IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.It is a design […]
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.It is a design […]
Function Expression When we create a function and assign it to a variable, known as a function expression. Note: – […]
Variable Scope JavaScript has two scopes: – Global Local Global Scope A variable that is declared outside a function definition […]
Keyword or Reserved words var delete for let brack super void case do static function new switch while interface catch […]
Variables A variable is an identifier or a name which is used to refer a value. A variable is written […]
<script> – Opening Script Tag. src – It’s an attribute of the script. name.js – This is our script file, […]
What was easy in any language was made core and what became difficult was made an advance. What happens in […]
$_GET and $_POST is generally used in the forms to transfer data from one file to another file. Both the […]
In this tutorial we will learn about declaring global and local variable in PHP. Initially we will see what is […]
Another major use of variables is running a command and using the result of that command to save the result […]