Operators & Conditionals in JavaScript || JavaScript Series 2024

preview_player
Показать описание

In this video tutorial, we will be learning about JavaScript Operators and Conditionals.

Whether you're a beginner or an experienced web developer, this step-by-step guide will help you master the art of JS. Join me on this complete web development course using the MERN stack and take your skills to the next level!

Checkout my Main Channel: @LoveBabbar

Tags: JavaScript, variables,Datatypes, Javascript series, Javascript in Hindi, Javascript tutorial

Grow with me here:
Main Channel: @LoveBabbar

My Telegram Group Link:
Love Babbar CODE HELP

My Discord Server Link:

Comment #BabbarBhai if you read this.
Рекомендации по теме
Комментарии
Автор

21:00= Terniary operator, 25:30= Logical Operator, 32:05= Short Circuit, 34:00= Bitwise operator, 28:35= AND working principle, 45:55= Conditionals, 57:25= Switch case

narutodihargo
Автор

Sir aapka video bhut achcha or understanding hota h please sir continue hi rakhiyega jb tk series complete n ho, it's humble request 🙏🙏🙏

RAHULRAJ-ipdl
Автор

Literals in JavaScript: -

In simple words, literals are the ways or technique to declaring a variable.

Seedha seedha dekha jaye to, js me variable declare karte samaye hume uska datatype nahi batana padta, to fir machine ko kese pata chal jata he ki user isme number, boolean, string, array, object, etc store karna chahta he. To yhna pe literals ki entry hoti he. Jesa ki starting me kha literals are the ways, ye ek likhne ka tareeka he jisse machine ko pata chal jaata he ki Ooo acha to aap object define kar rhe he, ok! memory allocated for an object.

let str = "Janki"; // or 'Janki'
// ye string literal he

let str = `Raghav`;
// ye template literal he

let arr = [ 'Meera', 'Girdhar', 'Muraari', 1008 ];
//ye array literal he

let obj = {
name: Kanha,
age: 8
};

//ye object literal he


literal or bhi hoote he jese integer literal, boolean literal, etc par vo bhot basic he.

Thank you for reading it.

AkashYadav-dikd
Автор

Thank you sir for continuing this series

ShubhamKumar-yxlm
Автор

00:06 Introduction to JavaScript operators and conditionals
02:13 Various types of operators in JavaScript
05:53 Understanding Operators and Conditionals in JavaScript
07:54 Operators and Conditionals in JavaScript
12:06 Brief explanation on different types of operators and their usage.
14:09 Introduction to short hand assignment operators in JavaScript
17:48 Understanding strict and loose equality in JavaScript
19:34 Understanding equality comparison in JavaScript
23:07 Understanding turner operators in JavaScript
24:55 Understanding logical operators in JavaScript
28:42 Understanding logical operators and conditionals in JavaScript
30:35 JavaScript operators work on two types of values - false and truth.
34:05 Understanding bitwise operators in JavaScript
35:46 Using logical operators and conditionals in JavaScript
39:16 Understanding bitwise operations and the concept of flipping bits.
41:23 Understanding left shift and right shift in JavaScript
45:11 Introduction to Operators & Conditionals in JavaScript
47:06 Understanding Operators & Conditionals in JavaScript
50:48 Understanding the usage of else if statements in JavaScript conditions
52:41 Explaining operators and conditionals in JavaScript with multiple scenarios and conditions.
56:25 Understanding nested if-else in JavaScript.
58:02 Understanding switch cases and default in JavaScript
1:01:31 Understanding operators and conditionals in JavaScript.

ayush.tiwarios
Автор

You are a gem❤. I watched lots of videos regarding CSS but there was no such complete playlist that made my concept clear.
This is you who did this.
Love for you ❤❤

SoburHossainMolla
Автор

The way you explain things is so clear and engaging

mohitchouhan
Автор

one of the best tutorials on conditional statement operator bhi bahut mast explain kiya with proper example thank you sir all this for free can believe god bless you!!!

paramjjethwa
Автор

very excited to continue this with you

GulshanKumar-pfmq
Автор

1:02:34
Bhaiya samjh mei aagya. Thanks for your Efforts ♥♥♥

preritmujoo
Автор

Thanku bhaiya aapne ne ye series chalu kardi

KumarPiyushXIA
Автор

When we use normal strings we enclose them under (“ “) but
when we use literals we use back-tick( ` ) .
And we can append the variable with $ sign.
EX:- Hello $ {name}`

anupammajumdar
Автор

H/W 20:49
let x = "10";
let y = 10;
console.log(x !== y); //true
console.log(x != y); //false

srinjoydas
Автор

real satisfaction gained from the this video . thank bhaiya, sab samajh me agya. btw mujhe sab se jyada problem bitwise operator ko leke tha jo ki ab clear ho chuka ha. so thank you.

shubhangkarsaha
Автор

Bhaiya smjh me aa gya jitna apne smjhaya plz continue this web dev. Series

KajalSain-rzme
Автор

Literals in JavaScript means values. When you create a variable in JavaScript, you assign it a value, that value is a literal. Literal is a fixed value that cannot be changed, you do not need to specify any keyword along with it.

RajaBijoriya
Автор

What I learn from this lecture.

1. operators

- arithmetic operators.

- assignment operators.

- compression operators.

- logical operators.

- ternary operators.

2. falsey and truthy.

3. short-cercutting.

4. conditions stamentns.

- if-else.

- if-else-if.

- nested if-else-if.

5. switch case.

6. literals in javascript.

RajaBijoriya
Автор

20:51
console.log(51 != 51 ) == false only compare values
console.log('5' !== 5) == true compares both data type aand values

krukiheight
Автор

Bhaiya website notes k sth kuch basic questions bhi add ho skte to sahi rhta...jis se ki us concept ko implement krne m aasani ho...and or programming language k bhi notes add ho skte to sahi rhta like cpp, java etc...

strawhatzoro
Автор

Oh bhai oh bhai finally 🎉🎉

Pls continue kar te rehana bhaiya 🙏🏻🙏🏻

apoorvpradhan