javascript calculator - Create a Simple Calculator using Javascript and HTML | Javascript in Hindi

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 25

  • @wscubetech
    @wscubetech  2 года назад +4

    😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in comments.
    👉Don’t forget to SUBSCRIBE our channel for more such videos & valuable content: bit.ly/RUclips-WsCubeTech
    For professional certification courses, visit: bit.ly/certification-courses

  • @Chain25
    @Chain25 7 месяцев назад +1

    Welcome and thanks a lot.

  • @_.ibadatmohabbat._
    @_.ibadatmohabbat._ 11 месяцев назад +1

    Very helpful video thankyou sir ❤️😊

  • @HarshEdit07
    @HarshEdit07 Год назад +1

    perfect and good teaching

  • @anusharajan5852
    @anusharajan5852 Год назад +2

    Well Explained !

  • @sufiyanpatel6241
    @sufiyanpatel6241 2 года назад +1

    Perfect Teaching 👌👍

  • @kavitapal3093
    @kavitapal3093 5 месяцев назад

    Thank you so much sir ❤

  • @MiniMovieMoods
    @MiniMovieMoods 7 месяцев назад

    function calculate(){
    var no1 = document.getElementById("number1").value;
    var no2 = document.getElementById("number2").value;
    var select = document.getElementById("select").value;
    result = eval(no1 + select + no2);
    document.getElementById("result").value = result;
    } sir , another code for this calculation

  • @punjabifilms2k215
    @punjabifilms2k215 2 года назад +2

    Very nice video!!!

  • @mehmoodulhassan5399
    @mehmoodulhassan5399 2 года назад +3

    sir g isi me 2 se ziada value add hi ni hoti....matlib jb ap 2 values ko calculate krte ho...or jo result ata hai usi result kisi or new value k sath add ya muti playyy krte hai...to value cancatinate ho jati hai....plz guide me about this problem ......i'm waiting your reply.....

  • @SurajKumar-wq4nv
    @SurajKumar-wq4nv 10 месяцев назад

    thanks sir

  • @shivachhapre9246
    @shivachhapre9246 3 года назад

    sir please let me know where is the full playlist of js

  • @gamer-dz7fp
    @gamer-dz7fp 9 месяцев назад

    kya hum switch case se calculate kar sak te hai?

  • @AnujGupta-kw9sw
    @AnujGupta-kw9sw 4 года назад

    Sir, what should I learn to get a job as a web developer.

    • @wscubetech
      @wscubetech  4 года назад

      Hello Anju, in order to be a web developer you must learn the basics of web development first and then you should master a particular web technology perfectly. Thank you.

    • @AnujGupta-kw9sw
      @AnujGupta-kw9sw 4 года назад +2

      @@wscubetech my current skills are HTML CSS Js jQuery bootstrap PHP MySQL..
      So is this enough to get job as web developer

    • @punjabifilms2k215
      @punjabifilms2k215 2 года назад

      @@AnujGupta-kw9sw Yes buddy! If you master all these skills you will definitely get a package of 5+ LPA. And if you master react no one will stop you getting a package of minimum 12+ LPA.

  • @ayushpandey6609
    @ayushpandey6609 Год назад

    Sir code source ka link aap kyu nahi dete

  • @vinayakingle1720
    @vinayakingle1720 Год назад

    sir u r explaining too fast and plz explain in detail so we understood

  • @ayushpandey6609
    @ayushpandey6609 Год назад

    Hai

  • @Realfactswithabhi
    @Realfactswithabhi Год назад

    sir alert function work nhi kar raha hai refresh karne pe simply refresh ho ja rha hai please reply @WsCubeTech