👉 My JavaScript Advanced Course: greatstack.dev/go/javascript-course (75% Discount)
@LinesofLove8 ай бұрын
Everything seemed easy in this Calculator project , i did not knew about eval() function in Javascript (thank you , life saver ) , but if we are using the eval() function directly without any try catch block and as the display is an input text field , we are allowed to type any words or letters and this gives an error in the console, to avoid that I suggest using the html property readonly="yes" . Overall had fun, thanks
@naavidmorshed5516 Жыл бұрын
Can't stress enough how helpful this video is. Learned so much from a short 19 mins video.
@Sir21Goals6 ай бұрын
You're genius brother. Compared to other KZbin content creators with same calculator project. Thank you.
@nitinsaxena3082 Жыл бұрын
I'm searching for mini project using HTMl css js for my assignment I got this one thanks alot sir
@emmanuelchuks4405 Жыл бұрын
Nice video. However, I think adding a readonly attribute to the display input field would make the calculator more functional because as it is, one can directly type characters into the display screen of the calculator, which is not all that appropriate. Thanks for this video. I learnt a lot!
@GreatStackDev Жыл бұрын
Thanks Emmanuel, this comment will help all viewers, they can simply add
@rananaidu9988 Жыл бұрын
@@GreatStackDev hi bro ..its not working for me
@hammadraza7064 Жыл бұрын
@@GreatStackDev sir why did u change tostring() in delete button?
@lokeshp1929 Жыл бұрын
@@hammadraza7064 that method will collect the value from del button and perform slice operation from string method
@niharikapatel5114 Жыл бұрын
@@GreatStackDev after adding readonly I still can add anything to display input. Pls help
@emmanuelchuks4405 Жыл бұрын
And also, no real need converting to strings, since the input type of the display is already set to "text". It works already. I am looking forward to another amazing video
@m.j.mcintear793 Жыл бұрын
how to call the function with each of these variables as an argument emailaddress variable and emailconfirm variables Do you know how to make two of the same emails need to match and is that client side validation or server side? Inquiry of js on html form
@blessing-vl9qk Жыл бұрын
thank you so much now my delete button is working changed to this => great video anyway
@__ikiran9 ай бұрын
thanks buddy i was confused why the DE button isn't working thanks a lot
@Macesanu185 ай бұрын
wasdwasdwasdwawd
@akintolaphilip15404 ай бұрын
Thank you so much, started learning HTML CSS and JavaScript around May, now am catching up. Project completed sucessfully.
@christophermawela33182 ай бұрын
I'm learning all 30 projects, all these tutorials are very helpful after watching your fulll Javascript Cours, Please make a Node JS tutorial...
@GreatStackDev2 ай бұрын
I'm so glad! Thank You. Noted.
@riacharda9 ай бұрын
The eval function was totally new to me. I thought there'd be a complex split and reduce algorithm, Great video!
@__Attitude__7 ай бұрын
Haha same
@KardanKaaal4 ай бұрын
Calculator completed 🤞🏻🤞🏻🤞🏻 Back to back practicing JS. The aim is to get a job as early as possible. ❤
@GreatStackDev4 ай бұрын
Glad to hear that. You are in the top 5% who complete projects. All the best.
@Think____different Жыл бұрын
Its cool and even child can understand your presentation...kudos to you for making this.. Subscribed👌
@daydreamer_99115 ай бұрын
Thanks a lot for this awesome video. I search a lot for calculator code but all of the codes were complicated. Yours is quite easy and understandable. 😀
@GreatStackDev5 ай бұрын
Glad it helped! Thank you. 😊
@olgalisenco Жыл бұрын
Thank you for simple and good explanation. My suggestion for AC Button is :
@Harshk010 ай бұрын
Why ...any Specific reason?
@esclevi20 сағат бұрын
Not necessarily, since we are talking about javascript and not html👀
@vitalisya97 ай бұрын
who else is here for assignment
@TheAmaanAcademy5 ай бұрын
Me😂😂
@Former_Zeals5 ай бұрын
Me
@anikchand40055 ай бұрын
me
@Nandyyyyyyyyyy5 ай бұрын
Guys i have an doubt
@MariyamSaleem-h1q4 ай бұрын
Me
@asadorakzaipti Жыл бұрын
Very nice video, I learned a lot. If JavaScript was written in separate file we would understand it better.
@thecodexweb7766 Жыл бұрын
You can write the same JS code in separate file and link with the HTML file.
@schnegger Жыл бұрын
@@thecodexweb7766using documents to get ID righht?
@rdx4761 Жыл бұрын
@@thecodexweb7766 but can we add js in online without script src
@shaharyarranjha3397 Жыл бұрын
Hello
@shaharyarranjha3397 Жыл бұрын
Hi
@draftdrvmz11 ай бұрын
I did it! My first coding project! Thank you for the tutorial!
@ShinRyujinAkingIniirog10 ай бұрын
same bro
@mohammedzaheer421511 ай бұрын
The way of your coding is massive i found such a easy way of creating projects using JavaScript
@Deepika2002 Жыл бұрын
Thank you so much sir aaj mne pehla project bnaya h sirf aapki video ki help se😊😊😊😊
@tobio-chan74943 ай бұрын
Thank you so much! I just made my college project following this. Works perfectly!
@GreatStackDev3 ай бұрын
Glad it helped! Thank you. 😊
@tanishkagupta6864 Жыл бұрын
This was the easiest one. Thank you so much 🙏
@shaharyarranjha3397 Жыл бұрын
Hello
@shaharyarranjha3397 Жыл бұрын
Hi I have a some problem please can you guide clearly I write display. Value in onclick event but the console error show it's not define and it's property is module can you help me
@esclevi20 сағат бұрын
Great explanation, but you could have used value.slice(0,-1) in the deletion part to simplify the code, since it only captures the input and would be more functional without needing to declare a string and it would be better to handle the data. Creating methods and their values as parameters would be more readable instead of creating a variable and its value several times, it would make it easier to implement new features and maintain the program. Thanks.
@Sithkar03 Жыл бұрын
Hats off to you bro i see many video to how to make calculator but this video is just mind blowing.
@QueenFardinin Жыл бұрын
Thanks 1year searching video calculator best video thanks❤❤❤🎉
@BohemianOnTheRoad Жыл бұрын
thank you. i'm apply your js idea on front end mentor design , it's working nicely
@riyajdanish8431 Жыл бұрын
Great vedio i have learnt a lot from this vedio
@JACKYBOO24 ай бұрын
This is my second time doing one of your tutorials, unlike most, you actually explain what these things do. Now I understand a lot more about web development. Thanks! 🔥🔥
@GreatStackDev4 ай бұрын
You're very welcome!, Glad it helped you.
@Noobs_memes4 ай бұрын
same
@swarupavathipothala684910 ай бұрын
Really very nice explanation and i feel ooo how much simple is this ☺thank you soo much broo 🎉🎉🎉
@NaveenkumarBommolla Жыл бұрын
nice video sir, its very eassy to understand javascript .
@EclipsePlayzYT6666 ай бұрын
I cant tell you how amazing/helpful this video was. Thanks so much. You earn yourself a sub
@GreatStackDev6 ай бұрын
Glad you liked it. Thanks a lot for your comment. 😊
@maggiemauno Жыл бұрын
Now this is a PRO- grammer... Thanks!
@KuchOriemi9 ай бұрын
Wow this video is amazing very simple to understand great content thank you sir
@saimiqbal17587 ай бұрын
Really appreciated... awesome way to teach... Great Superb🥰🥰🥰
@GreatStackDev7 ай бұрын
You're welcome. Thank you so much. 😊
@MuudoNuux Жыл бұрын
Thank you so much for helping my Home work ❤
@TemitopeOlakunle-b4uАй бұрын
So helpful Much appreciated🎉🎉
@rubinatabassum25622 жыл бұрын
Thank you sir. Always Beneficial,Awesome work you share👍 Waiting for more such tutorials...
@fabfitforever4934 Жыл бұрын
thank you for this, opened up my knowledge more about css!
@Justicejr0010 Жыл бұрын
🎉🎉🎉 I love the way you explain the work.. Easy to understand and follow up... ❤❤❤
@namupark6854 Жыл бұрын
I love how you code - so simple yet effective! Thank you. I think it'd be nice to hear more explanation on javascript codes like toString().slice(0, -1) because I think that and eval() really makes things interesting. Thanks again!
@Ghulammustafa-wg6cy2 жыл бұрын
Sir, we need more JavaScript projects
@GreatStackDev2 жыл бұрын
sure I will be making more tutorials on JavaScript
@Ghulammustafa-wg6cy2 жыл бұрын
@@GreatStackDev Thankyou Love from Pakistan
@rubinatabassum25622 жыл бұрын
@@Ghulammustafa-wg6cy I got one issue in this I didn't get the exact design of calci If you can help me with this
@zindagidopalke------47772 жыл бұрын
Brother upload source code
@mjustintime79302 жыл бұрын
Thanks sir 🙏🙏🙏❤️❤️
@shawsays32585 ай бұрын
Ngl this fast-paced video was way exciting than most movies.
@gabrielnganty9717Ай бұрын
thanks your video is very simple 🙂🙂🙂
@imranrazzaq8923 Жыл бұрын
Amazing work in HTML and CSS file. But there i sno JavaScripting in this project.
@radheytakle Жыл бұрын
it works , thank you so much
@shaharyarranjha3397 Жыл бұрын
Hello
@shaharyarranjha3397 Жыл бұрын
Hi friends
@shaharyarranjha3397 Жыл бұрын
I have.a problem please guide me
@shaharyarranjha3397 Жыл бұрын
show it's not define and it's property is module can you help me
@shaharyarranjha3397 Жыл бұрын
Hi I have a some problem please can you guide clearly I write display. Value in onclick event but the console error show it's not define and it's property is module can you help me
@asfandiyar5829 Жыл бұрын
Thanks for the great tutorial. Can't believe how easy it was.
@muzammilansari4443 Жыл бұрын
very simple and easy to learn thankyou so much please make many small project like this that enhance our java css html skills
@generalkuze68939 ай бұрын
Amazing, this channel is the best
@genzee4567 Жыл бұрын
@GreatStackDev The worst part of these kinds of projects is none of the KZbinr is "explaining the logic step by step", "why they use that specific thing?", "what that specific thing do?", "how they can use JavaScript functions and methods in HTML itself and not write them in separate JS file and finish it off that easy??" !!!! For a super beginner like me who is unable to generate logic and needs help, is unable to understand anything!! Please explain me by creating new video and explaining the logic @GreatStackDev And others KZbinrs also do the same!!!
@Oliver_Queen71 Жыл бұрын
You need to learn javascript at first then come here start watching these videos🌚...... Whatever u don't understand google it and find out by yourself...... That's what a developer does..... Just google google and google.
@Joy-sd5xv Жыл бұрын
True for a beginner is quite hard to understand
@rich_dev_greg Жыл бұрын
😅 come let me teach you.
@assassin2640 Жыл бұрын
I'm facing the same problem brother... How did u practice then... Help me a little too
@genzee4567 Жыл бұрын
@@assassin2640 give me ur email. I will email you a Google meet link & help you
@eekka117 Жыл бұрын
Woah this one was so much easier than what i made. Thank you!!!!!!!
@unionwithgod673 Жыл бұрын
Great job... Sir please we need lots of JavaScript videos
@Ugbechievictoria-vi3lt11 ай бұрын
So sample and easy , Good job sir 👏👍
@AdityaSharma-er3gs8 ай бұрын
at 15:00 , there is no need to use "toString()" because default value of input is "string". Nice video by the way.
@Hooria_CodeHub124 ай бұрын
Best explanation Sir ❤
@GreatStackDev4 ай бұрын
Glad you liked it. Thank You. 😊
@unboxingHUBindia Жыл бұрын
Thank you so much brother I had seen so many videos but that videos program are getting any problem but Your video helps me to to complete my college project Once again a big thanks bro....
@zolaniroqwane8491 Жыл бұрын
Thanks, you've realy put things into perspective. Such a good teacher.
@TembanBrisia5 ай бұрын
Amazing 🎉 video
@MamunurRoshid93 Жыл бұрын
great tutorial still I have seen ever. this tutorial very easy for beginers. thanks a lot bro
@southisacknova10 ай бұрын
thank you for your tutorial. what a wonderful tutorial, i love the way you teach 🙏🙏
@GreatStackDev10 ай бұрын
Thanks Southisack, I am sure you will love this 30 Days - 30 JavaScript project playlist: kzbin.info/aero/PLjwm_8O3suyOgDS_Z8AWbbq3zpCmR-WE9
@rahulsakaria2061 Жыл бұрын
Nice Explaination Really Helpful 😁
@GreatStackDev Жыл бұрын
Glad it helped, Thanks for comment
@tavishtayal13409 ай бұрын
thanks a lot sir it helped me alot
@alexanalo5510 Жыл бұрын
Nice work... I'm a beginner but it was really easy following you.
@Codewithganesh12410 ай бұрын
Thankyou so much sir for about the project in the calculator by using html and css
@PhatandChunky Жыл бұрын
wow I've seen two other tutorials and some website tutorials and this one made it super damn easy. amazing video
@GreatStackDev Жыл бұрын
glad you liked my tutorial. you will love this JS project too: kzbin.info/www/bejne/mYCQop15eMSIj7M
@sokhalida92454 ай бұрын
this really help me with my project thanks you.
@MICHALIS_02 Жыл бұрын
Thank you so much. In about 19mins you summarized everything well. 🔥🎉 Though i realized something. It doesn't work if it has 00 before the decimal point it doesn't calculate Anyway we could fix that?
@charlesotieno8778 Жыл бұрын
Really inspiring, insightful and educating tutorial. Keep it up🥇🏅
@andi-drr Жыл бұрын
Thank you, quick and i learn more about html css js. Thank you
@GreatStackDev Жыл бұрын
Glad it was helpful!
@zamzamanawabi82011 ай бұрын
Normally it was awesome as i;m following each lessons in telegram 😀
@sahabStores2 жыл бұрын
Thank you so much Sir. Enjoying every bit of your tutorial. Please more for JavaScript
@GreatStackDev2 жыл бұрын
Thanks Musa, Hope you will like this too: kzbin.info/www/bejne/mYCQop15eMSIj7M And More JavaScript projects here: kzbin.info/www/bejne/b329eHVphLGLhLM
@examtoppers7541 Жыл бұрын
It was amazing experience by watching your videos. How softly and essily you are teaching us. Thanks alot❤
@originalni_popisovac Жыл бұрын
use normal emojis
@salamatuBussim Жыл бұрын
Thanks 🙏
@jamesmutungaaa Жыл бұрын
Great tutorial! Simple and straightforward. Subscribed 👍
@madhanraju94227 ай бұрын
Sss 😅
@singletrackstatus1505 Жыл бұрын
While eval() can be powerful, it should be used with caution because it can execute arbitrary code and potentially introduce security risks. It's often better to use alternative methods for dynamic code execution, like using functions or JSON parsing, to avoid potential issues.
@shivammarodkar1916 Жыл бұрын
osm bor very very easy process to handle easy learn
@ARSHAQOFFICIAL Жыл бұрын
Nice video.. I really loved it.. ThankYou..💌
@aashutoshshenvi3865 Жыл бұрын
Thank u sir it was very helpfull ❤❤❤❤❤
@phetnikonephandolack34816 ай бұрын
Today you gave me one thing. The hardest thing is not doing it, but actually is my mind.
@aashirhameed2526 Жыл бұрын
Thank you. It was a helpful tutorial to understand the concepts of JavaScript and use them in HTML.
@SakshamBali0611 ай бұрын
But bro where is the Javascript
@thedinkydreads93518 ай бұрын
For some reason I can't get my input box to stop being a dark cube, but other than that, brilliant video. Great communication and easy to pick up for beginners like me - you've definitely got a sub from me!
@Sudicomputer9 ай бұрын
Thank you my brother good job i am from in ethiopia 🇪🇹
@415-sajidshaikh39 ай бұрын
Simpel and good ❤❤
@GreatStackDev9 ай бұрын
Glad you liked it
@danialali79672 жыл бұрын
Excellent Tutorial😍😍
@GreatStackDev2 жыл бұрын
Thanks Danial, Glad you like this JavaScript calculator design tutorial
@annmutinda35325 ай бұрын
Thank you sir, this was of great help
@princeshukraan30998 ай бұрын
You are the best🔥
@Kenitso10 ай бұрын
What an excellent tutorial!
@teachinggoodnessandwisdom4922Ай бұрын
Excellent 👌
@esakkisivaganesh8517 Жыл бұрын
Really an excellent tutorial video thanks a lot brother I have learned how to use HTML, CSS, and Js in realtime scenarios, Please do a lot of videos.
@-sheny215 Жыл бұрын
although it didnt even need JS, cool vid :) nice basis to work on!
@almitajiri5951 Жыл бұрын
Thank you sir it's very helpfull🙏
@GreatStackDev Жыл бұрын
Most welcome
@daddiflo Жыл бұрын
THIS JUST HELPED ME WITH MY WEEKLY PROJECT. Thank you so much🙌🏼 Hope to see more
@pranjalshrivastava7947 Жыл бұрын
Working just fine ...nice tutorial 😀
@nishababu90937 ай бұрын
Thankyou sir.Its working perfectly.
@nigelbowie99579 ай бұрын
Excellent video.
@KJchannel-i3e11 ай бұрын
Thank you so much for this video.
@ryuu51092 жыл бұрын
Thank you so much I'm literally learning from you
@GreatStackDev2 жыл бұрын
Happy to help
@bhardwajaryan23 Жыл бұрын
Wow thank you so much Sir 💓
@GreatStackDev Жыл бұрын
Thanks Aryan, Glad you like this tutorial to make Calculator using JavaScript
@funskate8850 Жыл бұрын
Great tutorial, however,it could be much better if you can enable Live extension so that we see every changes you are implementing... thanks
@CodingWorld369 Жыл бұрын
But you used only html and CSS woww 😃 without javascript u made it ..👏🏻🔥
@GreatStackDev Жыл бұрын
onclick="display.value += that is JS, Can't make it without JS
@mr.luhar143 Жыл бұрын
@@GreatStackDev sir I have questions that if you used javascript so why you don't use script tag and we don't have to give function in onclick , you not use query selector Second confusion is display.value += 1 it is error because initially value is undefined
@CodingWorld369 Жыл бұрын
@@GreatStackDev ohh great, but can you give answer to the @ff entertainment..?
@chibuzoronochie604 Жыл бұрын
Fantastic Video. WELL DONE!
@GreatStackDev Жыл бұрын
Thank you very much!
@TheRaghumurthy2 жыл бұрын
Very useful ❤❤
@GreatStackDev2 жыл бұрын
Thanks Raghu! Glad you like this tutorial to make calculator using JavaScript
@TheRaghumurthy2 жыл бұрын
@@GreatStackDev sure, thanks for reply. 🙏🙏🙏
@mubeenuddin8746 Жыл бұрын
very nice .explained . if anybody having problem .pls rewatch it properly . most of the time it will help you
@rajeshwaris10917 ай бұрын
Hello I had a doubt
@rajeshwaris10917 ай бұрын
In css there is some code to align in centre of the web page a calculator but I had given a code according to the video in my lap but it's not working I have checked so many times . What's the reason!!
@mubeenuddin87467 ай бұрын
@@rajeshwaris1091 Brother , I stoped coding I dont remember