Creating a multiplication program using do while loop........... let n = prompt("Enter the value of n"); n = Number.parseInt(n); let i =0; do{i++ console.log(i+"X"+n +"=" +i*n) }while (i
aise hi teacher ki zaroorat hai colleges me jo real time me wo cheeze bhi karke dikhayen jisse humara computer crash ho sakta hai. literally this man has scrificed his entire lifetime for quality education for free, even when he could have earned millions of dollars working for a MNC, he really understands the feeling of not getting quality education for free. HATS OFF TO YOU HARRY BHAI 🙏
bhai Editing ek Number in all videos of this course, or mazza aa rha padne mai, circus nhi karna tha...😅 Thank you so much for such an amazing course for free...
Sir you are jsut brilliant.i am house wife right now...with your course I feel like yeahhhhhh now I can do something thankyou so much Harry sir lots of love
circus sahi tha ...bs video dekh raha tha lekin jb apne ye circus dikhaya to mene bhi try kiya or while lopp smjh me aa gya ..isiliye app ye sb krte raha kro maja ata hai wo sbb krne me coding ko intresting bna dete ho app
Brilliant Harry bhai❤️❤️ I love your way of teaching...just everything is perfect...your notes, memes vedio editing....just everything Love from Pakistan 🇵🇰
//table program Using do-while loop// let num = prompt("Enter The Value which you want to get table") let i = 1; do { console.log(num, " * ", i, " = ", num*i); i++; } while(i
While loop Example: let a= prompt("What is your first number? : ") a= Number.parseInt(a) rec= "Recommandation: set the value of i= 0" console.log(i) let i= prompt("What is your second number? : ") i= Number.parseInt(i) while(i
You are an inspiration for beginner coders like us. its been a great journey since I started watching your tutorials. Thank you so much for these wonderful contents..@CodeWithHarry..💌💌.. And haan sir circus achha nhi hai...🤣🤣🤣🤣
Hi Harry bhai I am from Pakistan I completed your html and css course and now learning this course your videos helps me alot thank you may Allah bless you more😊❤️ One thing I want to say ( circus acha nahi hai 😋👍😂)
let n= 5; n=Number.parseInt(n) while(n>=1){ console.log(n + "Harry Bhai is Great ") n--: Result - 5Harry Bhai is great 4Harry Bhai is great 3Harry Bhai is great 2Harry Bhai is great 1Harry Bhai is great
// Q. Write a Program To Add n Natural Numbers By Using While Loop. let sum = 0; let n = prompt("Enter The Numbers"); n = Number.parseInt(n); let i = 0; while(i
quick quiz // do-while loop let n = prompt("Enter the value of n") // user se value manga n = Number.parseInt(n) // value ko ineger-number me convert let i = 1; do{ console.log(i) i++; }while (i < n)
For those, who are facing difficulty in executing Prompt in Replit. You can try adding Const prompt = require(‘prompt-sync’)(); in the very beginning of the program. Prompt will start working.
Kya yaar circus ho gaya is video me poora 😂😅
🤣🤣🤣 Lekin maja aaya bhai sikhh kar. Thank you so much
Lol...Harry bhai is joking rare in comments 😁
Circus accha nhi h🤣🤣
😂😂😂 harry bhai lots of love
what are you planning for 10 million ?
any special video ?
ya you will reach 10 M soon we can do that.
Thank you for sacrificing your 64 GB RAM and Ryzen 9 for us.
Code Backup Repository: github.com/CodeWithHarry/ultimate-js-course-youtube
harry bhai kya karo kuch din sa koshish kar raha ho string number ma change nahi ho raha ha
harry bhai kya karo kuch din sa koshish kar raha ho string number ma change nahi ho raha ha
let number = prompt("Enter your number")//Input
number = Number.parseInt(number)//Conversion of string into number
.
.
.
Hope it helped you ❤
notes provide kr do plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Creating a multiplication program using do while loop...........
let n = prompt("Enter the value of n");
n = Number.parseInt(n);
let i =0;
do{i++
console.log(i+"X"+n +"=" +i*n)
}while (i
sense of humour of editor and harry both are epic
aise hi teacher ki zaroorat hai colleges me jo real time me wo cheeze bhi karke dikhayen jisse humara computer crash ho sakta hai.
literally this man has scrificed his entire lifetime for quality education for free, even when he could have earned millions of dollars working for a MNC, he really understands the feeling of not getting quality education for free.
HATS OFF TO YOU HARRY BHAI
🙏
Teachers don't just teach they prepare us for the ahead🙏🙏 I Love You Harry Bhai❤❤
let n=parseInt(prompt("enter a number "))
let i=1+
while (i
Factorial via While loop:
n = prompt("Enter the Number")
n = Number.parseInt(n)
let factorial = 1;
let i = 1;
while(i
@Daniyal Masood Nahi sahi hai output
galat program hai bhaii..
@Daniyal Masood Its working on replit
In my case, I entered 48 and it returned 1.2413915592536073e+61. I thought like what the hell is this
@Daniyal Masood What's wrong in it?
bhai Editing ek Number in all videos of this course, or mazza aa rha padne mai,
circus nhi karna tha...😅
Thank you so much for such an amazing course for free...
Huge respect for you sir for putting out such good videos, please keep up the good work.
Sir aise padhne ke baad bor ni hote...aur doubt bhi ni rahte ... thankyou sir
Maine 2 hour me 10 lectures complete kar liye !!
Sir you are jsut brilliant.i am house wife right now...with your course I feel like yeahhhhhh now I can do something thankyou so much Harry sir lots of love
I hope you achieve something maam
Going great!👍👍
Yes #HarryBhai Shaktiman ha..!
Great keep leaning.
You will be never bored in Harry bhai's classes....Circus bada funny tha waise😂😂
i need a help my prompt is not working??
Thanks a billion, watching you from Toronto being a student, learning a lot from your amazing videos, Great content.
@@wahabkhokhar8826 tum na kro kro
@@funnycartoonstory07863 Meri frontend complete hi chuki har bat main rai deny ki zaroorat nhin hoti
Kahe ko karne ka circus ...hats off to you Harry bhai
Sir i watch your c language full course and your way of explanation is boom😅
Thank you so much sir ji 🙏🙏
Best Tutorial for Javascript in the history of youtube......
Hey Harry, great video. Thank you for providing english subtitles!
circus sahi tha ...bs video dekh raha tha lekin jb apne ye circus dikhaya to mene bhi try kiya or while lopp smjh me aa gya ..isiliye app ye sb krte raha kro maja ata hai wo sbb krne me coding ko intresting bna dete ho app
circus taught us what not to do!! but u r good trainer and entertainer in between lessons!!
Thank you Harry for the wonderful sessions, the sessions are very useful. Much Appriciated!
One of Best coding teacher.
Brilliant Harry bhai❤️❤️ I love your way of teaching...just everything is perfect...your notes, memes vedio editing....just everything
Love from Pakistan 🇵🇰
Iski gaane mein maar0 pakistani hai
Circus accha nhi hai lekin haris bhai joker accha hai😂
Salute to you for your way of teaching🖖
Such grt tutorials 🙏
You are a legendary teacher.
// write a program to demonstrate while loop
let a = prompt("Enter a number you want to print:-");
a = Number.parseInt(a);
let i = 1;
while (i
///FACTORIAL USING WHILE LOOP
let fact = 1;
let n = prompt("ENTER A NUMBER");
n = Number.parseInt(n);
let i = 1;
while(i
No need of fact because it can be executed by using n and i🙂
@@itsshowtime2600 can you send code
How do u access prompt and alert in vs code without error???
@@tanishbhardwaj1813 you have to create an html file and link it with java script file
Daring teacher! Hats off to you! Thanks for this awesome video
//table program Using do-while loop//
let num = prompt("Enter The Value which you want to get table")
let i = 1;
do {
console.log(num, " * ", i, " = ", num*i);
i++;
} while(i
do while loop
let a=10;
do{
console.log(i)
i++;
}while(i
Thank you so much sir 💘
What an amazing course 💙🥰🌹
Thank you so much harry bhai for giving us the best course for free
n = prompt("Enter the Number")
n = Number.parseInt(n)
function fact(x) {
let factorial = 1;
let i = 1;
while(i
Function abhi kaha padhaya hai bro
(i
let n=prompt("Enter the value of number")
n=Number.parseInt(n)
let fac=2 i=2;
while(i
Thank you very very much Harry Sir for the awesome course 🥰
let k = prompt("enter the value of k")
k = Number.parseInt(k)
let m = 0;
do{
console.log(m)
m++;
}while(m < k)
Learning from USA. great job sir !
thanks harry bhai😇😇😇
While loop Example:
let a= prompt("What is your first number? : ")
a= Number.parseInt(a)
rec= "Recommandation: set the value of i= 0"
console.log(i)
let i= prompt("What is your second number? : ")
i= Number.parseInt(i)
while(i
bhai in dono mai kya differnce hn .. both of these lopps operates in sAME WAY
@@mohammadalfazafan6665 while loop ko samaj lo bas. Do while loop use nahi hota ab
You are an inspiration for beginner coders like us. its been a great journey since I started watching your tutorials.
Thank you so much for these wonderful contents..@CodeWithHarry..💌💌..
And haan sir circus achha nhi hai...🤣🤣🤣🤣
One of my favourite video in this playlist 😉
@CodeWithHarry we want a complete MERN stack tutorial after this JS session is over.
Yes
😁bhai Circus bilkul acha hai....ary bhai is circus ki wja se he to dill lga rehta hai....
Hi Harry bhai I am from Pakistan I completed your html and css course and now learning this course your videos helps me alot thank you may Allah bless you more😊❤️
One thing I want to say
( circus acha nahi hai 😋👍😂)
Awesome
w3 should add console.tullu as replacement of console.log
#console.tullu
Log is best
@@semicolon6499 its just a joke tullu vai
Bhai iske baad agar Ese hi React Ultimate Tutorial Shuru ho jaye, To Mazza aa Jaye...Thanks a lot bro.
Sir, please start a crash course on C program. Mainly loops in C are difficult.to understand
// while loop quick quiz
let n = prompt("Enter the value of n")
n = Number.parseInt(n)
let f = 1, i = 0;
while(i
How different is type script from javaScript?
difference between jsx and tsx ?
Can you make a course which the very fundamentals of REACT JS.
very little difference if you ask me
Quality content following the whole playlist...thanks bro...
Circus bahut accha h😂😂😅
Awesome video harry bhai❤
7:18 - Circus accha nahi hai 😂😂😂😂
// Program for factorial of n //
let fact=1
let n=prompt("enter the value of n")
n= Number.parseInt(n)
for(let i=1;i
Circus is bad bad
Ekch Number 🔥
let n= 5;
n=Number.parseInt(n)
while(n>=1){
console.log(n + "Harry Bhai is Great ")
n--:
Result - 5Harry Bhai is great
4Harry Bhai is great
3Harry Bhai is great
2Harry Bhai is great
1Harry Bhai is great
Va beta va moj kardi ❤❤🎉🎉
Sabashhh 😂😂
//code executing while loop
let n=prompt("Enter a number:")
n=Number.parseInt(n)
let i=0;
while(i
You are such good teacher
Thanks buddy, You are amazing!
// Q. Write a Program To Add n Natural Numbers By Using While Loop.
let sum = 0;
let n = prompt("Enter The Numbers");
n = Number.parseInt(n);
let i = 0;
while(i
Love you Bhai kasam sy itna acha AP samjhaty hoo love you from Pakistan 💓💓💓
Circus accha hai bhai ek number bhai
Sir you are mind blowing
let n =prompt("enter the value of n")
n = Number.parseInt(n)
let i = 0;
while(i
this one was the funniest from harry bhai .. 😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁
harry bhai you are real khatro ke khiladi
Harry bhaia...
Circus acha hai😁
Thank you bhaiya 🎉
Press ctrl+alt+del keys to close app in such conditions. It will help
sir i love your circus
let b = prompt("enter the value of")
b = Number.parseInt(b)
let i = 99;
do {
console.log(b)
i++;
} while (i < b)
Harry Sensei OP❤❤
Let n=20
Let I =0
While (I
Best teacher in the world
quick quiz
// do-while loop
let n = prompt("Enter the value of n") // user se value manga
n = Number.parseInt(n) // value ko ineger-number me convert
let i = 1;
do{
console.log(i)
i++;
}while (i < n)
thank you sir great work.
Thanks Harry Bhaiya
6:54 circus ka apna maza hai harry bhai ❤️😂
bhai ur editing is so much better now
Sir aapka circus hum sab ke liye acha hai 😊
Thankyou harry bhai❤
// QuickQuiz - Write a sample program demonstarting while loop
let n = 100;
let i = 0;
while(i
For those, who are facing difficulty in executing Prompt in Replit.
You can try adding
Const prompt = require(‘prompt-sync’)();
in the very beginning of the program.
Prompt will start working.
Thanks it is working, how?
I m just beginner.
its really helpful ...great teaching...
Lots of Love and Respect Harry Bhai.
let a =Number(prompt("enter a number: "))
let fact =1;
let i =1;
while(i
your video is so help full
thanks bhaiya for your priceless efforts
Khatron Ke Khiladi🔥😂
console.log("hello");
let num = prompt("give me a number");
let i = 1;
let factorial = 1;
while(i
collage ke ya school ke computer ka lan connection bigadna hai to bdia trick h harry bhai ki sb pareshaan ho jyenge...😂😂😂😂
Thank you soo much sir 🙂🎉❤
Thank you bhaiya 💕
thank you harry bhai🤗🤗🤗
circus acha nahi he .....hahahha .....U r a great teacher ....Harry Bhai ......i will surely meet u once .....when i will achieve a job.......