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 😊😊
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
From your channel my concepts were getting more clear about JS. Pehle itna zyada clear mein nhi tha but ab ek ek chiz bht ache se clear ho rahi h Thank you so much for your session and my friends who told me about your page.☺☺😎
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 prompt=require("prompt-sync")({signit:true}); Follow the above steps to use prompt
Areee Bhai yrrr aapka bht bht dhanyawad mai bht der se kar rha tha par prompt ni chal rha tha par aapke solution se chalne lag Gaya thank you so much😭😭😭
Harry, thank you for entering every developer's life through TH-cam. You release such powerful videos for free, whereas premium courses just serve as time fillers.
Harry bhai Lube You ho gya 😘😀😘 I practiced all //Question No 1 let age = prompt("What is your age"); age = Number.parseInt(age); if (age>10 && age= 18){ alert("You are ready to drive"); } else if (age < 18){ alert("You are not able to drive as your are less then 18"); }
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
Love from Nepal! Harry Bhai💚💚...To use 'prompt-sync' in VSCode terminal: 1. Run: npm install prompt-sync 2. Import 'prompt-sync' using: const prompt = require('prompt-sync')(); 3. Use 'prompt' to gather user input, e.g., const userInput = prompt('Enter something: '); Note: 'prompt-sync' is synchronous, blocking execution until input is provided.
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.
Hey Harry, I am 43, and this is a valid age, and I can drive. Initially, I enrolled in a JavaScript course alongside my 12-year-old child to motivate him and ensure he understood the material, hoping to spark his interest. However, he eventually lost interest and he is trying to get rid, while I unexpectedly developed a passion for it and decided to continue taking the classes myself!😊
Harry bhai I learnt JS from other platforms but I didn't understand too much. But when you explain JS I swear I understand too much. Love you brother ❤️
Yes guys, we can use prompt in node js inside vs code. Run this command in your terminal: npm i prompt-sync After running this command, it will install some node modules. Now, make sure you include this statement at top of your javascript file: const prompt = require('prompt-sync')();
thanks, Harry for coming into every developer's life through TH-cam :), you're uploading such impactful videos free of cost, whereas paid courses are doing time pass only. please upload ultimate course like this for Vue js & react js after it free of cost please, we really respect your efforts, and always we'll. thanks once again..
nai nai nai mere jaisa kambakt insaan iss mahan ke bare me kyahi bolega, sachme mahan ho aap harry bhai !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! again maja agya harry bhai@@@
you are the best teacher Harry bhai , can't be more happy then getting my doubts cleared by just switching on to your channel , best teacher , best developer India has !! lots of loveeeee !!!
harry bhai aapako salam......kya talent hai aapame fir bhi best content aapane free diya hai ......bhahi superb ..bhai maine paid course joined karane ke baat aapaka pata chala ...mai aapako hi follow karata hoo....meri paid course kuchh kam ka nahi aapake aage..keep it bro
Thank you so much Harry bhai for creating such well explained tutorials for us ❤❤❤ Just for your guidance I was able to solve all the questions within my mind. You are creating the future of so many.
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 .
Comparing data of different types may give unexpected results. When comparing a string with a number, JavaScript will convert the string to a number when doing the comparison. An empty string converts to 0. A non-numeric string converts to NaN which is always false .
Ans 3 can also be written as: let nu = prompt("enter the number") if (nu%6==0){ alert("it is divisible by 2 and 3") } else{ alert("it is not divisible by 2 and 3") }
I have taken a break from professional life to upskill and move towards Software Development job and pursuing a course from an online platform. Little did I know that these videos are available without paying anything I had not bought the online course as anyways I am watching your videos only and solving problems there. But thankyou for providing this content and covering everything which online platforms are not doing and charging students heavily with placement guarantee myths. "Mazza aa raha hai"
I have faced the same issue. In replit I heard They removed the prompt and alert functions. For prompt to work we need to put a Const Promp Sync which you can find the line of code in Replit Help Community.
const prompt = require ( "prompt-sync ) () ; const age = prompt ("enter ur age") switch ( age) { case '12' : console.log( "ur age is 12") break; case '13' : console.log( "ur age is 13") break; case '14' : console.log( "ur age is 14") break; default: console.log(" you are not special") } this'll run in replit try itz
// Question - 3 && 4 let num = parseInt(prompt("Enter your number: ")) if (num%2==0 && num%3==0){ console.log(`${num} is Divisible by 2 and 3.`) } else if (num%2==0){ console.log(`${num} is Divisible by 2.`) } else if (num%3==0){ console.log(`${num} is Divisible by 3.`) } else{ console.log("Your number is not Divisible by 2 or 3.") }
For those who wants to actually get the prompt to be like replit they have to install prompt-symc using npm install prompt-sync in the terminal after that they can go to their project and write const prompt = require("prompt-sync")() after that you can simply type prompt("Message") it will work and remember the variable that you stored the require statement that only you have to write in place of prompt
Hey Harry ! I was able to solve all the questions from your practice set before seeing you solve them, thanks to your explanations. Your teaching technic is awesome !!!
harry bhai i am watching your videos from karachi pakistan and really you are a great teacher ,just because of your channel i dont need to go to any institute to learn things,
@codewithharry great explanation Bhai your helping many people all over India and many more countries by providing such great videos hats off to your efforts your putting in..!!
2024 mein revision kar raha hoon aapki playlist se. Maine almost 75% JavaScript Complete ki thi MIMO pe but baad mein exams ki wajah se time nahi de paya. Harry Bhai video Quality >>>
Maja to bahut aa rha hai Harry bhai, ab aage dekhte hai maja toughness k wajah se thoda saja me badal jayega 😅😅 But thank you for your efforts and determination.
I never comment bt i bound to comment cz i feel like geting interest in javascript after wcting ur ultimate course Harry bhai u r best teacher i can say ❤️🥺🫂✅💕love from Tripura
Those who are using node js in vscode use this instead of prompt => let age = Number(readline.question("Enter your age: ")); // For Number let name = String(readline.question("Enter your name: ")); // For String
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 😊😊
Right bro
😂
let c=promt("idhar gyaan mat chod ghar jakar bakri chod")
@@andyislive1650 🤣🤣🤣🤣
Your Chanel is our college and we are your students !!!! Your are a brilliant Teacher !🥰🥰
True 👍👍
He is 'one man army'.
college with 4.12 million students🔥
console.tullu ("You are right")
Right bro🥺
console.tullu kaam nahi kar raha to console.lullu try karo 😂😂🤣🤣
maza aa raha hai?
Yes sir
Bhai bahat maza aa raha haiii.. ❤️❤️
Bhaut Jyada 😂😂😂😂
बहुत मजा आ रहा है।
Thank you so much sir ♥️
Code Backup Repository: github.com/CodeWithHarry/ultimate-js-course-youtube
bhai 1 year ho gya iss playlist ko still app innn cheejo lka itna dhyan de rhe ho🥺 dil se acha lgta h
For my reminder
I wrote this code in chrome browser in snippet, it worked without converting the age(variable) into parseInt. Why it worked can someone explain.
console.tullu nai kam kar ra hai
If anyone have downloaded notes than plz share with me
We are blessed to have a teacher like you sir ❤
your teaching is far more better than any university professor😀
Tell someting new.
Harry bhai your way of teaching is awesome, elaborate in a very simple way and we are enjoying this course.
100% agree
My name is uttam prakash
JavaScript computer not showing windows 10 sports peplit is not working problems
11:31 Q4 (sky is the limit)
Answer:-
console.log("Divisible by 2 & 3",num%2==0 || num%3==0);
Ez
you are the best teacher I had ever seen in my coding journey.
Thnx Harry bhai iss course ke liye✌️
done with lectr 8... very informative and free of cost... such a blessing😍😍😍😍
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
but he is kafir
From your channel my concepts were getting more clear about JS. Pehle itna zyada clear mein nhi tha but ab ek ek chiz bht ache se clear ho rahi h Thank you so much for your session and my friends who told me about your page.☺☺😎
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 prompt=require("prompt-sync")({signit:true});
Follow the above steps to use prompt
Tnx a lot buddy...❤
Areee Bhai yrrr aapka bht bht dhanyawad mai bht der se kar rha tha par prompt ni chal rha tha par aapke solution se chalne lag Gaya thank you so much😭😭😭
thankx bhai
Alert is not defined error appearing in Vs code also in replit, what to do bro?
@@programmingandhacking1014Use Console.log in place of Alert.
Harry, thank you for entering every developer's life through TH-cam. You release such powerful videos for free, whereas premium courses just serve as time fillers.
Harry bhai Lube You ho gya 😘😀😘
I practiced all
//Question No 1
let age = prompt("What is your age");
age = Number.parseInt(age);
if (age>10 && age= 18){
alert("You are ready to drive");
}
else if (age < 18){
alert("You are not able to drive as your are less then 18");
}
In Q. 3) without converting string into number the program still working correctly why?
@@kanha1733 but converting into a integer is a good practice
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
No bro console. tullu kar 😅😅😅😅
@@ganeshkahar5034😂😂😂😂
@@ganeshkahar5034 😂😂
bro you are a hacker
3 can divide odds like 9 which 6 cannot
Just love the way he explains things with so much simplicity and humour!! Does not even feel like we are studying but having fun!
Love from Nepal! Harry Bhai💚💚...To use 'prompt-sync' in VSCode terminal:
1. Run: npm install prompt-sync
2. Import 'prompt-sync' using: const prompt = require('prompt-sync')();
3. Use 'prompt' to gather user input, e.g., const userInput = prompt('Enter something: ');
Note: 'prompt-sync' is synchronous, blocking execution until input is provided.
thank you rbrother this is my problem solver
you are the best teacher I had ever seen in my coding journey.
You are the best sir!❤ Thank you for your efforts.
I hope this channel never ends and keeps spreading happiness. I learnt so many things from you harry bro. Thank you so much bro you helped me a lot.
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.
Thanks :)
Thank you ❤😊
Hey Harry, I am 43, and this is a valid age, and I can drive. Initially, I enrolled in a JavaScript course alongside my 12-year-old child to motivate him and ensure he understood the material, hoping to spark his interest. However, he eventually lost interest and he is trying to get rid, while I unexpectedly developed a passion for it and decided to continue taking the classes myself!😊
09:55 give this man an oscar award 🍷
Harry bhai mere raplet me prompt and alert support nehi kar raha hai
same problem
Haa bhai same problem
Same problem I phase
Same same but differant
Haan ab Support nahi karta hai
Mera bhi naki kiya
I really love your style of tutorial....so pls continue
Harry bhai I learnt JS from other platforms but I didn't understand too much.
But when you explain JS I swear I understand too much.
Love you brother ❤️
HARRY Bhai you are a game changer. LOVE YOU.
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 ❤
Yes guys, we can use prompt in node js inside vs code. Run this command in your terminal: npm i prompt-sync After running this command, it will install some node modules. Now, make sure you include this statement at top of your javascript file: const prompt = require('prompt-sync')();
Ok
thanks👍👍
not working
is k saath bhi nai chl raha.
@@_S_MadhurSharma It works. I think you need node js in your pc to run npm commands
thanks, Harry for coming into every developer's life through TH-cam :), you're uploading such impactful videos free of cost, whereas paid courses are doing time pass only. please upload ultimate course like this for Vue js & react js after it free of cost please, we really respect your efforts, and always we'll. thanks once again..
❤
This js course is very helpful harry Bhai ❤️❤️
nai nai nai mere jaisa kambakt insaan iss mahan ke bare me kyahi bolega,
sachme mahan ho aap harry bhai !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
again maja agya harry bhai@@@
you are the best teacher Harry bhai , can't be more happy then getting my doubts cleared by just switching on to your channel , best teacher , best developer India has !! lots of loveeeee !!!
Crtl+click on log (console.log)
as it will take you to the log class or method, simply rename log to tullu, and here the console.tullu will work.
😂😂😂😂😂
gajab topibaj admi
@@akashpaul775 ha na bhai meh bhi try kiya
Problem 1=
let age = prompt("Enter your age:")
if (age>90 || age10 && age
Kyu 90 sal se upar ke log nhi hote hai kya
As a certified professional copy paster😅 sir, you are awesome. Masha Allah😍
harry bhai aapako salam......kya talent hai aapame fir bhi best content aapane free diya hai ......bhahi superb ..bhai maine paid course joined karane ke baat aapaka pata chala ...mai aapako hi follow karata hoo....meri paid course kuchh kam ka nahi aapake aage..keep it bro
Bahot Maja aa raha bhai.. bhalaa ho aapka jo hindi me aap itne qualities videos de rahe ho,.. Thanks a lot bhai
PLEASE SIR UPLOAD DAILY 😌
Yes sir please
Yes
Yes Please 🙏
Yes
Thank you so much Harry bhai for creating such well explained tutorials for us ❤❤❤
Just for your guidance I was able to solve all the questions within my mind.
You are creating the future of so many.
// Question - 5
let age = parseInt(prompt("What is your age? "))
console.log(age>18?"You can drive":"You can't drive.")
efficient
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 .
INTERESTING AS ALWAYS!
Comparing data of different types may give unexpected results. When comparing a string with a number, JavaScript will convert the string to a number when doing the comparison. An empty string converts to 0. A non-numeric string converts to NaN which is always false .
let a= prompt("Enter your marks beta")
switch (a) {
case a5 && a
This is not working
@@askgptinsights check the syntax first bro
@@CodeNest_1703 We cant use comparison operator in switch case??
@@askgptinsights you can use a value like int or string for each case
Ans 3 can also be written as:
let nu = prompt("enter the number")
if (nu%6==0){
alert("it is divisible by 2 and 3")
}
else{
alert("it is not divisible by 2 and 3")
}
u think differently brother . :) . but ur right
What if I enter 4
use console.tullu instead of alert! its fast and efficient!
For 15
11:59 Bhai boht mza aata h ese pdhne me...JS bhi smjh ata and kuch problem bhi feel nhi hotaa...
I have taken a break from professional life to upskill and move towards Software Development job and pursuing a course from an online platform. Little did I know that these videos are available without paying anything I had not bought the online course as anyways I am watching your videos only and solving problems there. But thankyou for providing this content and covering everything which online platforms are not doing and charging students heavily with placement guarantee myths. "Mazza aa raha hai"
I am getting an error of prompt is not defined. It's AI telling me to replace it with different input functions . Help me solving this issue
I have faced the same issue. In replit I heard They removed the prompt and alert functions. For prompt to work we need to put a Const Promp Sync which you can find the line of code in Replit Help Community.
const prompt = require ( "prompt-sync ) () ;
const age = prompt ("enter ur age")
switch ( age) {
case '12' :
console.log( "ur age is 12")
break;
case '13' :
console.log( "ur age is 13")
break;
case '14' :
console.log( "ur age is 14")
break;
default:
console.log(" you are not special")
}
this'll run in replit try itz
// Question - 3 && 4
let num = parseInt(prompt("Enter your number: "))
if (num%2==0 && num%3==0){
console.log(`${num} is Divisible by 2 and 3.`)
}
else if (num%2==0){
console.log(`${num} is Divisible by 2.`)
}
else if (num%3==0){
console.log(`${num} is Divisible by 3.`)
}
else{
console.log("Your number is not Divisible by 2 or 3.")
}
Why we use % for divide... I don't understand this concept??
For those who wants to actually get the prompt to be like replit they have to install prompt-symc using
npm install prompt-sync in the terminal after that they can go to their project and write
const prompt = require("prompt-sync")()
after that you can simply type prompt("Message") it will work and remember the variable that you stored the require statement that only you have to write in place of prompt
in my case alert function is not working as well on repl
Harry bhai you are the BEST Teacher frrr.. Samajh b ati hai or maza b ata hai perny may warna dosro k lectures sy nend ati rehti thi.
Hey Harry ! I was able to solve all the questions from your practice set before seeing you solve them, thanks to your explanations. Your teaching technic is awesome !!!
Bhaiya replit me bhi prompt nhi chal raha please help
did you get any solution on this ?
@@alameenkhan3941Prompt Sync karo... Ho jayega..
You can try adding
Const prompt = require(‘prompt-sync’)();
in the very beginning of the program.
Prompt will start working.
Harry Bhai u r the GOD of us in programming😍😍Thnq so much vai dil se ...u r the great.
This course is very helpful and solving exersice make things more clear. Thank you Harry!
It's amazing course really i learnt a lot of things, Thanks a lot Harry Bhai 😍😍😍
WO EK BAARI FIRSE CONSOLE.THULLU😂😂😂😂😂😂pdhai + mze = harry bhai ki class.....deadly combination🔥🔥💖💖
Thanks For Making Free & Learn From Home Academy now we can achieved dreams by just playing your playlists ❤❤.
Thank you so much Harry Bhai😊😊😊
harry bhai i am watching your videos from karachi pakistan and really you are a great teacher ,just because of your channel i dont need to go to any institute to learn things,
@codewithharry great explanation Bhai your helping many people all over India and many more countries by providing such great videos hats off to your efforts your putting in..!!
doing great work harry bhai 😊😊😊😊
best programming playlist I a have ever visited. A lots of thanks to you bro
sir aap ka teaching karane ka style sab se alag hai life me must teacher mile hai
@CodeWithHarry bhai apka teaching level is awesome. Kisi course ka platform ithna achi tarah se nahi sikhayega. Interesting and funny
Harry bhai this java script playlist awesome. i am learning all programming language from your channel. THANK YOU.
bhaiya aap free me itna accha batate hai ki koi paid corce bhi itna accha nahi bta payega love from yuvi❤❤❤❤❤❤
Bhai Bahot maja aa raha he..
Kuch alag hi swag he aapke padhane ka.. 😅
Thank You So Much Sir For Your Support To Learn JavaScript.
Maza aa raha nyc course n practice set ❤. I follow your channel in my 1 yr of clg. coding is interesting becoz of u . really gud practices set in js .
Harry, awesome! skills to teach others with passion. Thanks for creating this course.
congratulations for 4M Subscriber sir . May You reach 100M I Wish
Basic concepts explained perfectly , thanks mate
blessed to have this course....Thank you Harry bhaiii❤
Best Teacher and you guide very well easy to understand
Harry bhai aap Kamal ho mja aarha h coding karne me dimag ekdum khul rha h Thanku bhaiya
Harry Bhai OP JavaScript Programmer & Best Teacher 👍
Harry Bhai, your videos are too much fun! Thanks.
Wow, I am really glad to learn this thanks bro
Great harry bhai 🥰 you are GOAT of JavaScript 😎😎
bro i have been watching your playlist and it is very informative!!!! thanks harry bhai
bhaiya aap bht majedar tarike se pdate ho me ab tumare hi video dekhta hu hamesha ...🥰❤🧡
2024 mein revision kar raha hoon aapki playlist se. Maine almost 75% JavaScript Complete ki thi MIMO pe but baad mein exams ki wajah se time nahi de paya. Harry Bhai video Quality >>>
love u harry bhai, u made programming easy our yeh kaam koi chuttiyeh hi kar sakta tha.
this is the best on JavaScript
Thank you so much sir❤❤❤
brilliant teacher ever❤❤❤
Maja to bahut aa rha hai Harry bhai, ab aage dekhte hai maja toughness k wajah se thoda saja me badal jayega 😅😅
But thank you for your efforts and determination.
sir your teaching method is very great
I never comment bt i bound to comment cz i feel like geting interest in javascript after wcting ur ultimate course Harry bhai u r best teacher i can say ❤️🥺🫂✅💕love from Tripura
Best playlist for learning JavaScript. Dont' go anywhere.
bhai mujhe etna jyada maja kyu aa rha hai mene aaj 8 video ek sath dekh li ab aage or bhi dekhne ka man hai
I like your course so far. Nice course.
Bhai yar aaap kammal ka teacher ho 100/100 Good
😘☺
areee dil khush kr diya bhai itna mast padha rahe ho ap har ek chij samjh aa rahi haai
i don't like apna collage courses vo log itna detail mein or asan bhasha mein nhi samjhate harry bhai is a good teacher.
Bhai mujhe nahi laga tha ki koi IT teacher itne awesome bhi ho sakte hai
Those who are using node js in vscode use this instead of prompt =>
let age = Number(readline.question("Enter your age: ")); // For Number
let name = String(readline.question("Enter your name: ")); // For String
Thankyou so much for this.
harry bhhhaayy you are a best teacher