JavaScript Chapter 2 - Practice Set on Operators and Conditionals | JavaScript Tutorial in Hindi #8

preview_player
Показать описание
This video talks about if - else - else if conditional expressions in JavaScript
Timestamps:
00:00-01:07 (Introduction)
01:07-04:39 (Q1, Ch-2 practice test)
04:39-08:52 (Q2)
08:52-10:44 (Q3)
10:44-11:37 (Q4)
11:37-13:20 (Q5)
13:20-14:04 (Discussion)

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

console.tullu kaam nahi kar raha to console.lullu try karo 😂😂🤣🤣
maza aa raha hai?

CodeWithHarry
Автор

Your Chanel is our college and we are your students !!!! Your are a brilliant Teacher !🥰🥰

uttrakumar
Автор

If u want to use prompt in vs code:-
Step 1:-write this line in terminal to install package
npm install prompt-sync
Step 2:-write this line above every code that you want to run using prompt
Const
Follow the above steps to use prompt

yuvrajsingh
Автор

11:59 😂😂😂.
Sach me bhai JavaScript l se jyada aap ko sunne me maza aata hai..
I'm sure people will enjoy & master through this playlist.
Love you Harry Bhai 😊😊

sayyedwaliullah
Автор

We are blessed to have a teacher like you sir ❤

abentertainment
Автор

your teaching is far more better than any university professor😀

adhirajbhintade
Автор

Harry bhai your way of teaching is awesome, elaborate in a very simple way and we are enjoying this course.

rashidsubhani
Автор

for those trying to run prompt in vs code here is the solution:
1st step on terminal type:
npm install prompt-sync //(this would install the package)

2nd step close the terminal and type the following:
const prompt = require("prompt-sync")();

then run as usual it would allow you to run the code in VS itself
//leave a like and comment if it was helpful

ansmitcrop
Автор

For those, who are unable to use prompt in Replit.
You can try adding
Const prompt = require(‘prompt-sync’)();
in the very beginning of the program.
Prompt will start working.

Sneha_Bhatia
Автор

You could have also done problem 3 like this
let num = prompt("Enter your number")
if (num%6==0){
console.log("Yes it is divisible by 2 and 3")
} else {
console.log("No it is not divisible by 2 and 3")
}
Because if a number is divisible by 6 it is also divisible by 2 and 3
edit - I forgot to mention which problem

KrishTodi
Автор

Aisa koi teacher hi nahi hai jo mazak mazak me programming sikha dera maza aaaraha hai sir you great teaching. I like your teaching style ❤

faizahmed
Автор

Harry, thank you for entering every developer's life through YouTube. You release such powerful videos for free, whereas premium courses just serve as time fillers.

saspoloyt
Автор

easy to understand and best thing is we study from scratch . your all palylist are best . i learn all languages from yor channel and now code to good .

AkashSharma-zqug
Автор

Those who are using node js in vscode use this instead of prompt =>
let age = your age: ")); // For Number
let name = your name: ")); // For String

SandyTriedGaming
Автор

You are the best sir!❤ Thank you for your efforts.

rutujagaikwad
Автор

Just love the way he explains things with so much simplicity and humour!! Does not even feel like we are studying but having fun!

InfiniteCuriosity
Автор

you are the best teacher I had ever seen in my coding journey.

pragyas_direction
Автор

HARRY Bhai you are a game changer. LOVE YOU.

BBFunimation
Автор

8:50
This JS course is amazing, May God Bless you and Give you Paradise for helping us out in these tough situations(for me it is a tough situation). ❤. Aameen SumAameen Ya Rabbi

maazdev
Автор

done with lectr 8... very informative and free of cost... such a blessing😍😍😍😍

rulebreaker