JavaScript Tutorial 04 Conditional Statements

Опубликовано: 16 Декабрь 2020
на канале: Harshit vashisth
9,290
255

Complete Playlist Link :    • Playlist  
------ Timestamps -------
00:00 Video Intro
00:10 Video Objective
02:32 Alert
04:07 Prompt
09:46 Confirm
13:10 Intro to Conditional Statements
14:11 Comparison Operators
17:16 Strict Equality
19:10 If Else Statement
31:52 Truthy and Falsy Values
36:50 Nested If Else Statement
42:32 Else if Statement
56:34 Logical Operators
01:08:52 Precedence of logical Operators
01:13:03 Using or for assigning value
01:16:36 Short Circuit Evaluation
01:18:32 Using and for assigning value
01:21:58 Ternary Operator
01:25:55 Sequence of Ternary Operator
01:30:48 Switch Statement
01:36:13 Nullish Coalescing Operator