Functions
Aug 26 2020- POSTED BY projecth
Call a Function Function Declarations Function Expressions Parameter – A variable in which the function stores information passed to it.Argument – A […]
Read MoreIt means stopping code execution as soon as possible depending on the value. Logical operators like && and || can be used to control […]
Read MoreSwitch Statement switch, case, default, and break.This switch statement is used for multiple branching logic, where all cases are contained inside one block […]
Read MoreBooleans true or falseThere are other data types that can yield true or false values on comparisonTrue: true, 1, ‘Hello’False: false, 0, ” Operators Double Equals vs. Triple […]
Read MorejQuery Fundamentals $, document, .ready, function(){} Basic Selectors *, tag, id, class, .css […]
Read More