JAVASCRIPT

SYLLABUS::

●What is Javascript?
●Declare variable using var
●More about variable
●Let
●Const
●String Indexing
●Useful string methods
●Template Strings
●Null, undefined, BigInt, typeof
●Booleans and Comparison Operator
●Truthy and Falsy Values
●If else statement
●Ternary Operator
●&& || operator
●Nested if else
●If elseif else
●Switch statement
●While loop
●While loop examples
●For loop
●For loop examples
●Break and continue
●Do while loop