Arrow Function:
===============
FUNCTIONS
FUNCTION HEADER
FUNCTION BODY
FUNCTION CALL
ANONYMOUS FUNCTION (NAMELESS FUCTION)
=====================================
SELF INVOKING FUNCTION:
(function(parameters){
function body
}())
Syntax Arrow Function:
=======================
let/var/const identifier = (parameters) =>{
function implementation
};
IDENTIFIER();
Q: WAP TO CREATE THE FUNCTION USING ARROW FUNCTION TO PRINT "HELLO WORLD!".
=======================================
JavaScript Datatypes:
=====================
mocha/live Script ==> Netscape
win98
mocha ==> sun micro System ==> javaScript
Netscape ==> JS ==> ECMA
1) Primitive Datatypes
Number
Strings
Boolean
Undefined
null
BigInt
Symbol
2) Non-Primitive Datatypes