Build A Calculator With JavaScript Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 1.8K

  • @danielvillegas7013
    @danielvillegas7013 3 ปีที่แล้ว +1719

    After 10 months of learning HTML+CSS+JS and some React, I just tried making a calculator and realized I couldn't. Now, I watch this video and realized I REALLY couldn't. Lol.
    Edit 2: July 2023, Two years later, making a 6 figure salary as a front end dev, and I know I still wouldn't be able to make a calculator this good all by myself. Don't give up guys! Learning to code takes time!
    Edit: I just landed a full time, fully remote front end job guys! Self taught 100%, took me almost two years but it is possible, don't give up! Take the time you need to learn things and master them, even if it seems impossible at first, you can do it :)

    • @milosleng1175
      @milosleng1175 3 ปีที่แล้ว +53

      that is a sad truth. many bootcamps students end up like this. even me lol. I know people who claim to be full-stack developers because they did udemy courses, but when you tell them to build a calculator, they are clueless. It is not as simple as it seems. Better to work hard on as many projects as possible, and if you really get stuck, let;s say, for a week, find help. I got stuck on this, so here I am :D

    • @milosleng1175
      @milosleng1175 3 ปีที่แล้ว +3

      @Josiah Eridius totally agree. It is a different story when you try to build smh on your own lmao. did you move on during this month?

    • @milosleng1175
      @milosleng1175 3 ปีที่แล้ว +15

      @Josiah Eridius I've been learning Js from scratch for 4 months 8 hours a day and I have not noticed any improvement. I still don't get logic and some difficult parts as async.and that's just a theory.! It gets event worse when I see the real code bro...a disaster

    • @emreozgun3846
      @emreozgun3846 3 ปีที่แล้ว +1

      @Josiah Eridius I know I shouldn't be freaked out but tryna grasp these concepts and struggling with comprehending them makes me question myself...

    • @andresramirez4469
      @andresramirez4469 3 ปีที่แล้ว

      @Titan Coder its not recommended but for calculators its ok. Its a real gimme. Thats how i finished mine.

  • @davidarogunre7251
    @davidarogunre7251 4 ปีที่แล้ว +681

    Me: I can build a calculator
    Me after watching this video:I don't know Javascript

    • @sypo_x1891
      @sypo_x1891 3 ปีที่แล้ว +33

      that exactly what happened to me omg i thought i knew JavaScript

    • @tayza3838
      @tayza3838 3 ปีที่แล้ว +3

      LOL

    • @MT-od6by
      @MT-od6by 3 ปีที่แล้ว +3

      same lmao

    • @men00000able
      @men00000able 3 ปีที่แล้ว +2

      @Dominic Forest how javascript works with you???

    • @hichembouallegue
      @hichembouallegue 3 ปีที่แล้ว +2

      me too lol

  • @skh.visuals
    @skh.visuals 5 ปีที่แล้ว +403

    I've watched a TON of JS calculator tutorials, even inspected codes from actual online calculators to find the best way to approach it
    and you are hands down the best when it comes to efficiency and logic, +1 sub

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +38

      Thank you! I am really glad you enjoyed it.

    • @UmarAlFarooq
      @UmarAlFarooq 3 ปีที่แล้ว

      @Titan Coder Try this repo: github.com/UmarAlFarooq/SimpleCalc

    • @yt-sh
      @yt-sh 3 ปีที่แล้ว +6

      @Titan Coder eval is bad mmkay

    • @yt-sh
      @yt-sh 3 ปีที่แล้ว +1

      thanks for the comment and your work, helps to rank developers' videos

    • @kinstar
      @kinstar 3 ปีที่แล้ว

      @Titan Coder theres a reason why someone might not want to eval()

  • @renan.almeidah
    @renan.almeidah 2 ปีที่แล้ว +23

    I challenged myself and was able to create a % (percentage) button, and transformed everything to work with commas instead of periods as decimal separator because of my locale. Now, I will try to create a memory side panel which will store the last 5 calculations.
    Thank you so much for this video!
    I never had so much fun learning JavaScript, because all I did was copying and pasting code from the internet into my little web widgets. Now, I could fully understand concepts and took notes of everything that never entered my head, such as arrow functions and constructor classes.

    • @jashgudhka2660
      @jashgudhka2660 ปีที่แล้ว

      I am trying to follow this tutorial, a beginner here.
      And that was exactly my plan to add to this project, last 5-10 calculations would look cool.

    • @tornado2783
      @tornado2783 10 หลายเดือนก่อน

      currently challenging my self to turn it into a scientific calculator, the break throughs feel like I could rule the world LMAOO

  • @kartikugemuge8361
    @kartikugemuge8361 3 ปีที่แล้ว +90

    I was here a week ago I understood nothing .. I hustled some js concepts and now this is so clear .. not a video for beginners but great for people in the learning phase .. the way you used events is so cool!! Never thought u could call functions from an event .. makes everything soo much simpler

    • @StrangerDanger352
      @StrangerDanger352 2 ปีที่แล้ว +1

      Hey can you please explain me how is he accessing clear() function property this.currentOperand and this.previousOperand to another functions?

    • @viriv
      @viriv 2 ปีที่แล้ว +1

      @@StrangerDanger352 i recommend you watch a video on how 'this' works, i think that will answer your questions

    • @Rachelchizurum
      @Rachelchizurum ปีที่แล้ว

      I did same thing u did on this calculator code but my was showing different things from CSS stage I crossed every code nothing was missing why I'm not getting exactly how the calculator u display looks and works pls I need to guidelines here

  • @matthew65536
    @matthew65536 ปีที่แล้ว +103

    I'm not proud to admit this, but this is how I learned what AC means on a calculator.

    • @jashgudhka2660
      @jashgudhka2660 ปีที่แล้ว +9

      You are not alone!

    • @remomagalhaes4707
      @remomagalhaes4707 10 หลายเดือนก่อน +4

      same here!!!

    • @namatamataba784
      @namatamataba784 9 หลายเดือนก่อน +3

      all clear, i was todays' years old

    • @iyaajadah8703
      @iyaajadah8703 3 หลายเดือนก่อน

      same bud, i was thinking that my life was useless this whole time when i just found out that ac means all clear

    • @JPrebleGb
      @JPrebleGb หลายเดือนก่อน

      SAME LOL

  • @lobigmim
    @lobigmim ปีที่แล้ว +1

    I ran when I first saw this video last year.
    Guess what !, I came back stronger💪
    I used almost 4 hours to implement mine(mimick)
    Thank you web dev simplified

  • @lowiehojas5525
    @lowiehojas5525 2 ปีที่แล้ว +8

    I tried to create a calculator in javascript and was unsuccessful; but I never thought it would be this complicated.
    I still couldn't totally grasp on how the Class works.
    Your work is amazing!

  • @MVIVN
    @MVIVN 2 ปีที่แล้ว +4

    I'm just sitting here watching this in disbelief and feeling utterly useless and defeated. I have spent the past 3 days trying to make a JavaScript calculator and I could only get it partially working, but couldn't work out how to make it do several things, and each time I tried to solve those problems the calculator got worse (more things broken, more errors, stopped working) and I've accepted that despite all my learning efforts I'm just not good enough to do a project like this yet. I've been learning Javascript on and off for 5 months so far, and admittedly that's not a very long time, but I thought I was far enough along my journey to complete this calculator assignment. This video has humbled me and shown me that I'm completely and utterly useless at the moment. Gonna need several years of learning to be able to make an entire calculator as quickly and perfectly as it was done in this video.

    • @ayushsoni5050
      @ayushsoni5050 2 ปีที่แล้ว +4

      Don't feel defeated.
      Everyone's learning capabilities are different and the guy you are watching has years of experience at Javascript and programming in general.
      Break the problem down, write it down if it helps, and take it slow and you'll be able to solve it.

    • @MVIVN
      @MVIVN 2 ปีที่แล้ว +3

      @@ayushsoni5050 Thank you, I appreciate your supportive words a lot. It's really difficult sometimes because I started my coding journey late (I am already in my 30s) in the hopes of maybe unlocking some better career opportunities in the future for my family's benefit, so when I make a lot of effort and still fail I start to get really down on myself and think that maybe I'm just not cut out for this type of stuff. I will try to keep things in perspective and try not to rush through things, just one step at a time and keep learning something new every day.

    • @moritz759
      @moritz759 8 หลายเดือนก่อน

      How is it going?

  • @sandVidz
    @sandVidz 4 ปีที่แล้ว +1630

    Everything is fun and games until JavaScript starts.

  • @peaklegacy146
    @peaklegacy146 ปีที่แล้ว +16

    I am brand new to JS and this helped me a TON. I couldn't get an understanding as to how JS worked at all so I decided just to follow along with a project. After almost 4 hours of following along and debugging my mistakes I finally finished! This definitely helped me build a foundation in JavaScript.

    • @ScenicD
      @ScenicD ปีที่แล้ว +1

      You learned in 4 hours is what you're saying ? :)))

    • @mohammadqudratullahbhuyan8262
      @mohammadqudratullahbhuyan8262 ปีที่แล้ว

      Wait are you saying it took you 4 hour to follow THIS guy and make a calculator

    • @jashgudhka2660
      @jashgudhka2660 ปีที่แล้ว +1

      How were you not stuck after 20mins.
      I can't get the output on the display@@ScenicD

  • @minheekim7126
    @minheekim7126 2 ปีที่แล้ว +8

    21:11 For anyone getting stuck here bc you don't see your number showing up: 1) go to index.html file 2) find the

    • @pareekshithachar3788
      @pareekshithachar3788 2 ปีที่แล้ว +1

      idk if that was a typo, but its defer inside the script tag and not "deter", should work now

    • @minheekim7126
      @minheekim7126 2 ปีที่แล้ว +1

      @@pareekshithachar3788 Thanks so much!! XD

    • @jashgudhka2660
      @jashgudhka2660 ปีที่แล้ว

      Did it, still face the same issue, google isn't helping me with the error either.
      I tried to console log the button inside the event listener and it gave me this:
      :
      :
      :
      Uncaught TypeError: Cannot set properties of undefined (setting 'innerText')
      at Calculator.updateDisplay (script.js:32:46)
      at HTMLButtonElement. (script.js:57:16)

    • @josephmathabela
      @josephmathabela 2 หลายเดือนก่อน

      You legend! I was stuck on this! Thanks kind stranger!!!!!

  • @edgarspujats8282
    @edgarspujats8282 3 ปีที่แล้ว +39

    I built my own calculator, it works completely fine. But watching this video i realised how far i am from being good. Your code is so clean and structured, and the methods are so optimal. I need to learn more JavaScript...

    • @youcefhhh7268
      @youcefhhh7268 2 ปีที่แล้ว +1

      hey , can you update us

    • @wasserruebenvergilbungsvirus
      @wasserruebenvergilbungsvirus 2 ปีที่แล้ว +2

      I was only able to actually understand what he was doing up until minute 21 or so. Feeling dumb now. >_>

    • @bluepants8140
      @bluepants8140 2 ปีที่แล้ว +2

      @@wasserruebenvergilbungsvirus I am have a problem about at that time where my numbers are not showing up

    • @arif2336
      @arif2336 2 ปีที่แล้ว +1

      @@bluepants8140 Did you figure it out?

    • @bluepants8140
      @bluepants8140 2 ปีที่แล้ว +1

      @@arif2336 Nope

  • @biniyamhaile5298
    @biniyamhaile5298 2 ปีที่แล้ว +1

    The channel really deserves it's name. "Web Dev Simplified"!

  • @DucTaZenSurfer
    @DucTaZenSurfer 2 ปีที่แล้ว +4

    wow, I've studied and watched a ton of YT videos on programming and I have to agree with everyone else on this comment that yours by far has been the more precise and clear. So easy to understand what we're doing. Thank you for this, the videos 3 years old yet super relevant today for me! Thanks

  • @19jewels95
    @19jewels95 4 ปีที่แล้ว +345

    Shit. I started to learn JS 1-2 months ago, but went back to CSS because I realised I didn't really grasp the concepts and swepted over the topics too hastily.
    Now I thought I had a base understanding of JS, but coming back to it, I'm realising I'm definitely still in the 'frustrated learning' phase 😩

    • @princesiachin279
      @princesiachin279 4 ปีที่แล้ว +11

      yeahhh same here. this driving me crazy🤯

    • @sillyfella2009
      @sillyfella2009 4 ปีที่แล้ว +9

      Bruh Counter Strike: Source is dead

    • @shammirbaig2877
      @shammirbaig2877 4 ปีที่แล้ว +2

      Same here😂

    • @a4yster
      @a4yster 4 ปีที่แล้ว +21

      Keep on learning. I started to learn code last oct-nov and got my first job in may. Wage suck, but as of yet so does my code.

    • @unscripted483
      @unscripted483 4 ปีที่แล้ว +16

      now what you should do is go through a bunch of videos relating to concepts only. These project based tutorials are helpful to learn about practical uses for concept you may not know but they don't help you understand them. When ever you do these project tutorials you should write down on a piece of paper of the concepts and methods you were not familiar and do some research on them after wards.

  • @JaydRobinson-xx5yx
    @JaydRobinson-xx5yx 5 ปีที่แล้ว +9

    This tutorial was fine. Well explained. Sometimes you need to understand rather than copy. No programmer remembers every single line of code. +1 sub

  • @heneralaguinaldo5286
    @heneralaguinaldo5286 2 ปีที่แล้ว +1

    hear me out, lol.
    I'm just literally a newbie in js, I'm even confused on what's the difference between value and variable before I start watching this tutorial. it goes well not until I reached the middle where the js is implemented (when press a button, there must be numbers that'll come out). it took half an hour or whole hour on brainstorming and repeating the same codes all over again just to fix the invisible error hahaha. but my js code remains the same as well as the result. I went back to the html part and figured out that I didn't put the “defer” after the src="script.js"._. it's the only problem I encountered. the rest did worked fine and I built my very first calculator, thanks to this tutorial. now, if it seems like there's an error on your code, I highly suggest for you to look all over again even the smallest part of your code. also, go with the flow whenever he saves the code and refresh the local server.

  • @meryemar7403
    @meryemar7403 3 ปีที่แล้ว +8

    your voice makes me comfortable. I really appreciate that you making these videos.

  • @neatpolygons8500
    @neatpolygons8500 4 ปีที่แล้ว +34

    You're amazing :) as an experienced dev who came from other languages I find it very dull watching other tutorials that go through the basics very slowly. I really enjoyed watching you work and following at the same time. great work.

  • @halusky
    @halusky 3 ปีที่แล้ว +8

    Appreciate this! I've been coding with JS for a couple of years already, but I'm prepping for a FAANG interview and severely need to brush up on my vanilla JS skills (I've been in React World for way too long). The class-based approach is definitely the way to go, and it's something that I've always avoided implementing in my own solutions in favor of just cramming my JS file full of variables and functions.
    Very clean and very organized.

  • @trungnguyen6494
    @trungnguyen6494 ปีที่แล้ว

    just finished coding-along with the video! 3 years later and I hope I'm not too late :D
    I'm gonna learn more about JS and come back to this project and improve a few things:
    - after clicking the "=", the result should be immutable - right now if you enter a few numbers after the calculation, the numbers will be appended to the result
    - hitting "=" multiple times will repeat calculations
    - a history panel for the recent calculations (store in local memory and persistent even after closing the browser)
    thank you for the inspiration!

  • @pahkah.1398
    @pahkah.1398 4 ปีที่แล้ว +8

    Alot of coding but ive mostly been doing HTML and CSS which ive enjoyed alot. But now im putting my feet in the JavaScript waters and i can say its alot atm but ima keep practicing to get better! Wish me luck!

  • @sghaiermohamedyassine6500
    @sghaiermohamedyassine6500 2 ปีที่แล้ว +1

    I had a teacher who gave us an exercise to create a calculator in the class.
    That was frustrating because it was hard to make it in one hour and this discourage me to learn development.😵
    But when you see this good man who is explaining how to do it, you will love programming.👨‍🏫

  • @skudnu5462
    @skudnu5462 3 ปีที่แล้ว +8

    amazing tutorial, not exactly for beginners, since you take a lot of stuff for granted when it comes to the javascript part, but for me that was exactly what i was looking for

  • @CoderSingh
    @CoderSingh ปีที่แล้ว

    Thanks for this tutorial.❤❤ This is the best tutorial I found for developing a calculator, with all error handlings like no leading zeroes. Just to add up, we need to convert the current operand to a string inside appendNumber function, where we used .includes to check for a decimal, improves functionality.
    Replacing
    if (number === "." && this.currentOperand.includes('.')) {
    With
    if (number === "." && this.currentOperand.toString().includes('.')) {
    Once again thanks for this amazing tutorial😁😁

  • @gambit3904
    @gambit3904 5 ปีที่แล้ว +27

    I made your 40 min video last about 2 hours from taking notes and trying to absorb the concept, instead of just code-along, and it was a very very helpful experience. Than you so much!
    One piece of advice: maybe make the background-color on the calculator being constructed in a different tone! Sometimes I got a scare from seeing advance functions in the finished one, but thinking it was the under construction. Of course, not on this video, but on future ones (looking forward to them!)
    again, thanks!

    • @lost2024
      @lost2024 2 ปีที่แล้ว +2

      Hey bruh will it be possible for you to share me the notes you've made?!!
      it'll be so nice of you if you can...

    • @ABDTalk1
      @ABDTalk1 ปีที่แล้ว

      @@lost2024 did you just refer to him as "bruh"

  • @santhoshnoronha4
    @santhoshnoronha4 4 ปีที่แล้ว +10

    One of the best tutorials I have ever seen
    like no mistakes or anything
    Good job
    GG

  • @HostDotPromo
    @HostDotPromo 5 ปีที่แล้ว +192

    This is awesome, seems like you can build everything with javascript these days 🔥

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +41

      You really can. JavaScript has become increasingly useful and powerful over the years.

    • @kaifrabi5244
      @kaifrabi5244 5 ปีที่แล้ว +12

      @@c.sch.6101 world*

    • @winterdaisy5610
      @winterdaisy5610 5 ปีที่แล้ว

      @@c.sch.6101 lol

    • @appleshoes1419
      @appleshoes1419 4 ปีที่แล้ว

      @@kaifrabi5244 *designed to work and not to feel

    • @luxtenebris764
      @luxtenebris764 4 ปีที่แล้ว

      @@WebDevSimplified embedded systems

  • @sarmad6166
    @sarmad6166 ปีที่แล้ว

    i am pro in c++ but haven't familarize with syntax of javascript yet. It clears me the most of things even OOP i.e class. As an expert , the code this person is typing is very mangeable and easy to understand.

  • @flaviamiranda9811
    @flaviamiranda9811 2 ปีที่แล้ว +13

    Thank you for the video, normally we wouldn't find a calculator project using JS classes as I consider this to not be a complete beginner topic, and normally a calculator is a begginer friendly project in theory - but it's so good that you provided us with this alternative. However, since this is not the easiest topic in the world may be slowing things down a bit would help - I found myself having to change the video speed to 0.75 sometimes because when I was still trying to process one thing you did you were already 2 or 3 steps away from where I was. I understand that without that the video might have been too long but I guess better a longer video than one it's hard to follow 😅

    • @pramodreddypandiri194
      @pramodreddypandiri194 2 ปีที่แล้ว

      I am getting this error
      "deleteButton.addEventListener is not a function"
      please help

    • @FortziiDhuntR
      @FortziiDhuntR 2 ปีที่แล้ว

      It is meant to be button.addeventlistener

  • @benjipixel1438
    @benjipixel1438 3 ปีที่แล้ว +10

    For those who ran into the same problem as me, and couldn't get their buttons to be nice nd square:
    In the CSS file, under the: .calculator-gird > button
    put in: height: 100px;
    If this doesn't work, then play around with the height until it does. Hope this helps!

    • @Sqeedys
      @Sqeedys 3 ปีที่แล้ว

      still doesn't work :(

    • @crf9235
      @crf9235 3 ปีที่แล้ว

      @@Sqeedys add as he said : height 100px plus a witdh 100px and then in the .span-two witdh: 200px;

    • @teedingwei1796
      @teedingwei1796 3 ปีที่แล้ว +1

      try this
      .calculator-grid {
      align-content: center
      }

  • @tristant7882
    @tristant7882 4 ปีที่แล้ว +3

    I came for the calculator, but I left with much more. Thank you for explaining all you do!

  • @7kakan
    @7kakan 3 ปีที่แล้ว +2

    Began coding for real a week ago (have done some simple coding via iPad earlier). During this project, I learned how to (relatively) effectively find my JS errors through inspect element. More often than not, I also found that the most effective way to correct an error is to rewrite the entire strip of code where the error was found.
    I got the calculator to do the calculations, but have not yet got the AC or DEL buttons to work properly

  • @cosme2441
    @cosme2441 4 ปีที่แล้ว +8

    Really appreciate this video. I am at a point where I've studied JavaScript plenty and would like to start applying it. I know that I am not the first to struggle with this transition and I am grateful to have access to this type of content especially for free. Thank you for patiently explaining each steps in a precise and concise manner. Also any advice for someone in my situation would be greatly appreciated!

    • @pramodreddypandiri194
      @pramodreddypandiri194 2 ปีที่แล้ว

      I am getting this error
      "deleteButton.addEventListener is not a function"
      please help

    • @cosme2441
      @cosme2441 2 ปีที่แล้ว

      @@pramodreddypandiri194 This usually happens when you are missing the definition for a function. Hard to fix errors without seeing the code. Maybe you mispelled the name of the function when you defined it. You define the function like function name() {} or store it in a variable like this const name = () => {}. But basically look for your function deleteButton and make you spelled it correctly. If not go Stackoverflow your new best friend :).

    • @ygaaaoo
      @ygaaaoo 2 ปีที่แล้ว

      @@cosme2441 hey bro, in 2 years ago you said this "I am at a point where I've studied JavaScript plenty and would like to start applying it. I know that I am not the first to struggle with this transition"
      and now I'm in the same position.. how are you going with javascript today ?? you are already working in a company or something ?? thanks.

    • @ygaaaoo
      @ygaaaoo 2 ปีที่แล้ว

      @@cosme2441 I think you are a good programmer now

    • @cosme2441
      @cosme2441 2 ปีที่แล้ว

      @@ygaaaoo Hey hey, I am currently making a living of working as a freelancer. It's not yet that tech money but good enough I don't have a side job. Currently working on a few projects.
      My advice, don't stress so much about how good you are. Just start building and study specific things as you need them when running into problems. My experience is concepts are a lot easier to learn, when you need to apply them.
      Also don't give up, enjoy the process and give yourself a break when you get super stuck! But struggle a little first.

  • @EnterJester
    @EnterJester 4 ปีที่แล้ว +1

    21:41 why it's not working? I wrote this.currentOperand = number
    and it wroked. it added one number each time but when I changed it to
    this.currentOperand = this.currentOperand.toString() + number.toString()
    nothing happend..why?
    there is nothing in the black area.

  • @christiananderson4001
    @christiananderson4001 3 ปีที่แล้ว +4

    Really enjoyed the tutorial. Anyone who watched this though and wants to take it a step further, once the user gets a result (i.e. 50+50=100) they can still hit delete to remove digits from the result (100 -> 10 -> 1). Would be good practice fixing this issue.

    • @21Kip
      @21Kip 3 ปีที่แล้ว

      Moreover, you can just keep typing "answer"

  • @michaelmaloy6378
    @michaelmaloy6378 4 หลายเดือนก่อน

    Thank you so much for this great tutorial/walkthrough. I learned some new css, and I hope to incorporate it into some future projects. The grid is particularly nice. I'm currently adding some of my own functionality to the calculator (sin, cos, +/-, etc.) and I'm looking forward to using it with my son (4) who has been playing with numbers and calculators a lot recently. I was able to follow along with most of the javascript here, and your tutorials have been part of my growth on that learning curve. Your content is appreciated, and your vids have been a pleasant mental distraction when I need to get away from work every so often.
    All the best to you! :)

  • @NoudvD63
    @NoudvD63 5 ปีที่แล้ว +8

    Correct me if I'm wrong. To get a data attribute through the dataset object, get the property by the part of the attribute name after data- . Then it is converted to camelCase. In this case the data-current-operand attribute in the HTML file is converted to currentOperand. This is how JS reads values from data attributes.

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +5

      That is exactly correct.

    • @djkentuckyham
      @djkentuckyham 5 ปีที่แล้ว +4

      @NoudvD63 Thanks for asking that. I'm new to JScript and had the same question.

  • @georgemendle5587
    @georgemendle5587 3 ปีที่แล้ว

    This is how senior developers write code. He did not use eval function. Only newvbie use eval that's not exact way. You Rock

  • @savannahlin8063
    @savannahlin8063 5 ปีที่แล้ว +24

    I like this course because it is so practical and useful. Thank you so much.

  • @jaydenmoon1165
    @jaydenmoon1165 3 ปีที่แล้ว

    I created a calc with no classes - it was a mess - lol but I was very happy that I had most of the same code and capabilities - I am working on writing cleaner code - this video was fun to watch - thank you!

  • @deadgvrl
    @deadgvrl 4 ปีที่แล้ว +3

    I know I'm late but holy crap dude, thank you so much. You've been a massive help

  • @atsglobalservices6136
    @atsglobalservices6136 2 ปีที่แล้ว

    Wonderful tutorial. I began learning javascript in June 2022, and I'm glad I was able to create this calculator in a timely manner to suit my thought process.

  • @tonyli9098
    @tonyli9098 5 ปีที่แล้ว +4

    Thank you so much. I've learned a little more about CSS and programming style. You're a real good teacher.

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว

      That is awesome! I'm really glad my videos are able to help.

  • @geoffreyleatham8827
    @geoffreyleatham8827 ปีที่แล้ว

    This is the first video of yours that I have watched and you've earned my sub. Javascript isn't my first or even second language so I came into this video expecting to skip around to grab a few snippets of code as syntax examples but I ended up coding along with the video. I know this video is a few years old but keep up the great work!

  • @blink182lives100
    @blink182lives100 3 ปีที่แล้ว +13

    22:03 I had to use and if else statement because I was getting an error for trying to use the .toString() method when this.currentOperand was undefined.
    I am unsure of why the person who made this video does not get this error and I did but yea in case anyone else encounters the same issue
    if(this.currentOperand===undefined)
    {
    this.currentOperand=number
    }
    else{
    this.currentOperand=this.currentOperand.toString() + number.toString()
    }

    • @hariprasadanand7779
      @hariprasadanand7779 3 ปีที่แล้ว +1

      Ya I also had same problem

    • @jahallb1
      @jahallb1 3 ปีที่แล้ว

      Thank you for the fix!

    • @vlad-zf1ev
      @vlad-zf1ev 3 ปีที่แล้ว +4

      Ya I also had same problem.
      it's a mystery to me why the author has no problem (Undefuned.toString() Problem!!)
      my code is better, it is on point click. will add 0.
      appendNumber(number){
      if(this.currentOperand === undefined){
      this.currentOperand = number;
      }
      else if (number === '.' && this.currentOperand.includes('.')){
      return
      }
      else if (this.currentOperand === '.') {
      return this.currentOperand = '0.'+ number
      }
      else {
      this.currentOperand = this.currentOperand.toString() + number.toString()
      }

    • @albertoast
      @albertoast 3 ปีที่แล้ว

      Thank you for the fix!

    • @ZeFrancisc0
      @ZeFrancisc0 2 ปีที่แล้ว

      had the same problem, thanks for the fix mate!

  • @iconoclast281
    @iconoclast281 4 ปีที่แล้ว +1

    Great project, im new to JavaScript. I 'borrowed' your user interface design and then implemented the logic using React js state/setStates and it's finally working. Next step is to make it mobile responsive then will add it to my portfolio and github.

  • @rodwinpieterse1950
    @rodwinpieterse1950 4 ปีที่แล้ว +5

    Kyle you should seriously consider making courses (if you haven't yet). You have a gift for explaining in minutes things I couldn't grasp in hour(s)

  • @damilareilesanmi
    @damilareilesanmi ปีที่แล้ว

    Wow! This is awesome. I got stuck while trying to build a calculator with vanilla JavaScript. But this video is a very good one.

  • @ibuzz2544
    @ibuzz2544 3 ปีที่แล้ว +8

    I have a question, why do you use switch between (for example), "currentOperand" and "currentOperandTextElement" instead of just using "currentOperandTextElement" in every place that uses "currentOperand" or vice versa? From what I noticed you made a variable called "currentOperandTextElement," and that included every operation so why not use that throughout the whole code? I hope my question makes sense.

  • @agraiskr
    @agraiskr 3 ปีที่แล้ว

    i think this is the best of the calculator samples i have found on youtube ,Thank you!

  • @PixelNomadAdventures
    @PixelNomadAdventures 2 ปีที่แล้ว +3

    Kyle, thank you so much for creating this video. I would find it more helpful if you set the html title of the calculator you are working on with us to something along the lines of "New Calculator". This way the viewers can see in the tab if you are demonstrating with the finished calculator, or the one that you are creating. Hope this makes sense. Thank you

  • @stephanies.6033
    @stephanies.6033 4 ปีที่แล้ว +1

    I've watched so many different videos showing me how to follow along many different projects and none of them made sense until i clicked on yours. you actually go step by step showing how its done and i really appreciate it
    thank you so much!!

  • @yumpiri
    @yumpiri 4 ปีที่แล้ว +25

    This is so overwhelming 🤯

  • @kaidoesthingsxyz
    @kaidoesthingsxyz 3 ปีที่แล้ว +2

    decided to remake this using svelte. My 2 rules with using svelte are:
    1. no selecting elements using document.query
    2. if something needs to be cloned multiple times create a component for it (and make a list that will bind to that element to comply with rule 1)

  • @alexluthor9066
    @alexluthor9066 4 ปีที่แล้ว +7

    At 21:15 when I click on buttons nothing shows in the output. I really don't know what I'm doing wrong.

    • @kamyarathod5702
      @kamyarathod5702 4 ปีที่แล้ว +1

      i encountered the same problem.

    • @sean2277
      @sean2277 4 ปีที่แล้ว

      any leads on how you rectified it

    • @benjipixel1438
      @benjipixel1438 3 ปีที่แล้ว

      same needs help.

  • @sphereman3572
    @sphereman3572 ปีที่แล้ว +1

    dude that slide in at the start was clean

  • @ankitagarwal4914
    @ankitagarwal4914 4 ปีที่แล้ว +6

    Really Awesome tutorial!!. So much functionality in just 38 mins ...This is by far the best and complete Calculator tutorial..

  • @korkmazmerve
    @korkmazmerve 2 ปีที่แล้ว +1

    this is amazing i learned a lot of stuff. i am a begginer so i watch a lot of tutorial like this and i can definetly say that this video is one of the best video i've ever seen. thanks for sharing you made this complicated calculator functions (at least complecated for me ) very easy to understand.

  • @lesalmin
    @lesalmin 3 ปีที่แล้ว +5

    "All we need to do is create some files". Web dev simplified indeed ;-)

    • @jfjf2995
      @jfjf2995 3 ปีที่แล้ว

      😂

  • @rumonintokyo
    @rumonintokyo 4 ปีที่แล้ว +65

    Might be a beginner project but the level of functionality is definitely high level!!
    I understand what’s going on but I need to practice more in order to develop this level of thinking!!
    Thank you for uploading it mate!🙏
    Just wondering like how long did it take u to develop this level thinking 🤔?

    • @westernpigeon
      @westernpigeon 2 ปีที่แล้ว +8

      this is not a beginners project. someone who just just starting to learn JS would not understand this at all.

    • @andrei9115
      @andrei9115 2 ปีที่แล้ว +1

      @@westernpigeon Good job for this guy but I think he should use other names as the constructor's variable because when you have something like this.x =x x x this.x, you won't get a clue! I pretty much understood everything to the point when he put "this.operation" as undefined. I didn't get that. Maybe he made that assignment in order to use it later as a condition but I am not sure. Also, the last part was not so easy to understand. A very good and mind-blowing project all in one! Good job!!

    • @softwareacademyng
      @softwareacademyng 2 ปีที่แล้ว +1

      @@westernpigeon I was about saying the same thing, the functionality and the concept is too advanced for a beginner. This is a real life calculator and for learning.

  • @lukes5631
    @lukes5631 3 ปีที่แล้ว +1

    Wow. I'm getting really good at watching these JavaScript tutorials.

    • @AssasynCounterExtrem
      @AssasynCounterExtrem 2 ปีที่แล้ว +1

      Haha same

    • @lukes5631
      @lukes5631 2 ปีที่แล้ว

      @@AssasynCounterExtrem I decided to do a WebDev udemy course and I can actually make basic websites now 😊

    • @AssasynCounterExtrem
      @AssasynCounterExtrem 2 ปีที่แล้ว

      @@lukes5631 do you have a job? I don't. I m in a pitfall

  • @sansvlr
    @sansvlr 2 ปีที่แล้ว +3

    The first time I saw this, it was very difficult for me to understand, and I went back to learning the basics, various methods and OOP in 1 week, and actually this code is clean and easy to read.

    • @jerarldlorica1151
      @jerarldlorica1151 2 ปีที่แล้ว

      Can you share what basics And methods you back to learn

  • @LeandroTerrado
    @LeandroTerrado 4 ปีที่แล้ว

    For those who have issues getting the numbers shown since minute 21', like I did, at the use "querySelector" and don't use "querySelectorAll" by mistake, like i did.
    By the way, awesome video!

    • @sullyswrldd
      @sullyswrldd 4 ปีที่แล้ว

      On which line specifically? Each line of the variable "const"?

    • @LeandroTerrado
      @LeandroTerrado 4 ปีที่แล้ว +1

      @@sullyswrldd the lines of specific buttoms, like equal, plus, div, etc

  • @mvvkiran
    @mvvkiran 3 ปีที่แล้ว +5

    Damn brilliant the way you just plough through the code and add it on the fly in a precise sequential manner. Kudos!!

    • @vasilemidrigan50
      @vasilemidrigan50 3 ปีที่แล้ว

      On the fly? Don't think so. rather there's more work than we think, making videos like this takes some time and dedication, and of course a lot of hard work behind the scenes.

  • @НиколаДимески-з4ю
    @НиколаДимески-з4ю 3 ปีที่แล้ว +2

    This course is really helpful, but I've found one little problem. When you make any calculation (afther pressing '='), and if you enter another number it just adds it to the equation we calculated. It can be fixed by adding new variable (var equalChecker) and in the compute method you set the value to 1, and check the value in appendNumber method. If the value is 1 it changes currentOperand in just number.toString(), and the value of equalChecker is reset to 0. I think it's just nice upgrade to the program. I don't mean anything bad with this comment just wanna help a little bit. Have a great day!

  • @JekabsJan
    @JekabsJan 3 ปีที่แล้ว +6

    Everybody gansta till it's time for JS

  • @brucesimiyu2712
    @brucesimiyu2712 2 ปีที่แล้ว

    Im Kenyan,,,the video is really great,,,,this man is a genius....I have tried learning along but my calculator does not work though...2 days now.... But im not frustrated..THIS IS JAVASCRIPT

  • @bkosimi
    @bkosimi 2 ปีที่แล้ว +4

    Excellent tutorial that’s not too long or complicated. Definitely helpful when starting up with concepts. Appreciate it, bro! Long live! :)

  • @pxrxy
    @pxrxy 8 หลายเดือนก่อน +1

    The html part, great. The css part, great, the Javascript section of the tutorial was incredibly hard to follow especially when it came to implementing the all clear function.

  • @josemaribautista7552
    @josemaribautista7552 4 ปีที่แล้ว +24

    when did he create currentOperand and previousOperand variables? I dont see it anywhere

    • @benfichter5351
      @benfichter5351 4 ปีที่แล้ว

      At the very beginning. Go to 0:00 and just watch for like 2-3 mins. You should find it

    • @Rainbowstunting
      @Rainbowstunting 4 ปีที่แล้ว +3

      @@benfichter5351 those are the classes of the divs you're talking about (current-operand and not currentOperand), he's asking about the variables that appear out of 'nowhere' at 18:51. Good explanation can be found in another comment here (comment chain starting with the comment of shubham).

    • @streetboy5721
      @streetboy5721 4 ปีที่แล้ว +2

      I don't understand either, how these currentOperand and previousOperand works!

    • @radu6772
      @radu6772 4 ปีที่แล้ว

      He created them in the clear() function

    • @unscripted483
      @unscripted483 4 ปีที่แล้ว +3

      in the constructor

  • @mackynikat8833
    @mackynikat8833 4 ปีที่แล้ว

    . sir kyle will sure be with the creator of codes for sure . hes so obidient following each of definitions that i encountered so far . salute to this my man here !

  • @GenetetIncorporated
    @GenetetIncorporated 2 ปีที่แล้ว +4

    I've had to wait 33 years to find out that AC stands for All Clear ^^

  • @JazzDaniels
    @JazzDaniels 3 ปีที่แล้ว +1

    I have watched many JS build calculator videos, and this is definitely one of them.

  • @TopRock-vn4ni
    @TopRock-vn4ni 3 ปีที่แล้ว +3

    Very good tutorial! Im still a begnner and followed step by step and it worked perfectly. The only issue I have is when I type many numbers in the calculator, they get out of the calculator. But overall thanks a lot! :D

    • @ericobiomah5235
      @ericobiomah5235 3 ปีที่แล้ว +1

      Use word-break on your output div in your CSS just as he showed in the tutorial and your
      numbers will move onto the next line.

  • @kelvinmburu2698
    @kelvinmburu2698 2 ปีที่แล้ว

    Thanks for this tutorial. I just started out on javascript a few weeks ago and I have enjoyed your method of teaching.

  • @chirilcugureanu1853
    @chirilcugureanu1853 4 ปีที่แล้ว +8

    I built this calculator and learned a lot. Last week, at information science class, the teacher told I can get an A if I build a calculator, because he didn't believe I can do this. And I got an A !😆

  • @kxdsh
    @kxdsh 5 ปีที่แล้ว +1

    I've just been watching some html and css videos to learn it and this has helped me start to understand javascript

    • @absarahmad8455
      @absarahmad8455 4 ปีที่แล้ว

      @WDS
      I've one word for your hard work - Your videos are awesome and so much knowledgeable, as I always tells to my friend look these kind of video
      I also have one question about the compatible. We know that my ES6 feature are not supported by old browser, In that case what we should take care about the functionality

  • @moemia902
    @moemia902 4 ปีที่แล้ว +3

    There must be something you're missing out because at 20:45 when it comes to testing, none of my buttons work like yours do. I click on a button but it does not respond and append to the current screen! I've been starring at my code for ages but looks like I've followed everything to a tee. Please help

    • @kamyarathod5702
      @kamyarathod5702 4 ปีที่แล้ว +1

      I have same issue. I don't know what to do now.

  • @mjpthetrucker9485
    @mjpthetrucker9485 หลายเดือนก่อน

    JavaScript is incredible here but the real king of the video is css. The formatting/layout control is absolutely wild.

  • @alexzahrai4703
    @alexzahrai4703 4 ปีที่แล้ว +3

    Dude, such an informative and easy to follow tutorial. Thank you!

  • @dazamora
    @dazamora 4 ปีที่แล้ว +1

    hey I learning to code, since 2 months and i saw a lot of calculators, and I think yours are the most efficient, well done and most nice of all of them, incredible job, I miss some concepts, but just for my lack of experience. Thanks again, you have a new subscriber

  • @muhammadshahzeb8274
    @muhammadshahzeb8274 5 ปีที่แล้ว +4

    absolutely loved this tutorial!!! THANKS SO MUCH.

  • @gopalloharnew5948
    @gopalloharnew5948 2 ปีที่แล้ว +1

    *Welcome Back TO Web Dev Simplified*

  • @ahmmadawshaf
    @ahmmadawshaf 4 ปีที่แล้ว +3

    Awesome tutorial to practice JS in web design for beginners! Thank you so much!

  • @DianaShakirova-en8mw
    @DianaShakirova-en8mw 2 ปีที่แล้ว

    wow,that's the best channel i've ever seen. Thank you so much. But it's more difficult for me cause english is not my first language

  • @LinkChenTW
    @LinkChenTW 5 ปีที่แล้ว +11

    AWESOME!!! Very practical tutorial and easy to understand. hope to see more tutorials like this.

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +2

      Thank you. There are a ton more tutorials just like this one on my channel to checkout and plenty more coming.

  • @redi08
    @redi08 11 หลายเดือนก่อน

    The numbers append to the result of compute. So I added checking if equals is used to complete the compute then clear the results.
    Thanks for this tutorial.

  • @excortia453
    @excortia453 3 ปีที่แล้ว +5

    Hello, this is awesome tutorial. i learnt more things about Javascript, but I have one question. how currentoperand previusoperand and operation works since they aren't defined.
    thank you

    • @andrei9115
      @andrei9115 2 ปีที่แล้ว +1

      That drove me crazy as well. Its just the class's properties but you don't explicitly define them. Instead of declaring it inside the Calculator class, you are just declaring and assigning at the same time. What I didn't understand was how the hell happened that if I modify this.currentTextOperand it also modified my currentTextOperand innerText property of my html element. I didn't quite got that...

    • @michaelm6180
      @michaelm6180 2 ปีที่แล้ว +1

      @@sonagi98 To get a data attribute through the dataset object, get the property by the part of the attribute name after data- . Then it is converted to camelCase. In this case the data-current-operand attribute in the HTML file is converted to currentOperand. This is how JS reads values from data attributes.

  • @olafzijnbuis
    @olafzijnbuis 3 ปีที่แล้ว +1

    Wow. I got it to work.
    Way back in 1995 or so people asked me if I could please, please help them with page layout using tables and this new thing called frames.
    I do have progress a bit but it is nice to see a full example of many modern practices.
    Could you please add some references to other videos where each technique used is explained in more detail?
    A link next to each of the Concepts covered would be great.
    Another thing that could be useful is the correct name of the tricks/techniques used so we can google it for more information.
    Thanks in advance.

  • @cosmelvillalobos6448
    @cosmelvillalobos6448 4 ปีที่แล้ว +3

    hey, man awesome video! I was able to build my calculator as well following your method and added several more function, like factorial, exponential and square root all applying the principles I learned from your video, thanks a lot!

  • @mackynikat8833
    @mackynikat8833 4 ปีที่แล้ว

    . remember me sir kyle ? im the one who from before who told you your not using proper ending syntax before because of your cologns , im already me mah men . everything is crystal clear now with memorization . i can already throw every documentation out there ( sigh )

  • @brulvs
    @brulvs 3 ปีที่แล้ว +17

    Ok, you're so fast on your explanation.
    It could be really nice to explain slowly passing through the concepts for people that are beginning all studying on JS, because at the end we just watched an expert programming doing that easily.

    • @adaezeikemefuna
      @adaezeikemefuna 3 ปีที่แล้ว +2

      You can reset your playback speed to become slower, I do that.

    • @Ro19975
      @Ro19975 3 ปีที่แล้ว +1

      @@adaezeikemefuna explaining fast means he doesn't mean that he is talking fast. 😂😂 he is explaining the concepts quickly.

    • @brienfoaboutanything9037
      @brienfoaboutanything9037 3 ปีที่แล้ว

      Interesting about Calculator: th-cam.com/video/m2uz52bEWRs/w-d-xo.html

    • @jashgudhka2660
      @jashgudhka2660 ปีที่แล้ว

      He talks fast too@@Ro19975

  • @oguzhankomcu2031
    @oguzhankomcu2031 2 ปีที่แล้ว +1

    Maviden yeşile mükemmel bir geçiş olmuş :D Belki de sadece cesurların işidir, Css yazmak :D

    • @BarisCelikGsl
      @BarisCelikGsl 2 ปีที่แล้ว

      işin içine korku girdi mi css yazmanın tadı kaçar...

    • @oguzhankomcu2031
      @oguzhankomcu2031 2 ปีที่แล้ว +1

      @@BarisCelikGsl +yani bi sayfa 20tlyse o zaman siteyi komple 100 liraya yaptıralım.
      - olur mu öyle şey saçmalama. Bu sakın başka bir yerde söyleme gülerler adama
      + Ya az mı söyledim çok mu söyledim. Anlamıyorum ki 😃😃

    • @BarisCelikGsl
      @BarisCelikGsl 2 ปีที่แล้ว

      @@oguzhankomcu2031 ne çok ucuz, ne de ahlaksızca çok pahalı.

  • @SoloAnn
    @SoloAnn 4 ปีที่แล้ว +3

    Javascript is so overwhelming. I want to live the laptop lifestyle, create things and work anywhere but I find this language so complicated!

  • @Sab_BaKwAas_Hai
    @Sab_BaKwAas_Hai 2 ปีที่แล้ว

    Bro it’s amazing… I currently started learning js.. after seeing this basic project i realised that i need more &more practice and knowledge about js

  • @vlaxi8787
    @vlaxi8787 5 ปีที่แล้ว +13

    Thanks for this. The JS part seems quite challenging indeed but it'll help for sure!

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +3

      It definitely has some tricky parts, but these sections are great at teaching many important concepts.

    • @vlaxi8787
      @vlaxi8787 5 ปีที่แล้ว +2

      @@WebDevSimplified I don't really understand when to use Classes (OOP) - how do you decide when to use them?

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +19

      I generally use them when I have a set of data that needs to be contained and interacted with in many ways. Classes are just convenient ways to contain and manipulate data.

    • @vlaxi8787
      @vlaxi8787 5 ปีที่แล้ว

      @@WebDevSimplified Thanks a lot!

  • @skymonkey30
    @skymonkey30 3 ปีที่แล้ว +1

    Wow, building a calculator is more complex than I thought it would be. I'm starting to visualize somewhat of how programming works though.
    A construction worker lays the bricks but first you have to create your ingedients, use all your ingredients to Make the brick before you can Lay the bricks.

  • @GH4L
    @GH4L 5 ปีที่แล้ว +11

    great video (as usual)
    i have a question: where does 'currentOperand' from 'this.currentOperand' come from? i never saw you initialize/create it

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว +11

      In javascript you do not need to initialize a variable on an object. If you do not set a variable on an object it will default to undefined.

    • @robinware77
      @robinware77 5 ปีที่แล้ว +5

      I had the same thought when I was watching the video. He created it to store the incoming values. By saying this.currentOperand he essentially initialized it there. It was an empty variable to be used later.