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

Sdílet
Vložit
  • čas přidán 20. 10. 2020
  • In this part of the complete JavaScript tutorial for beginners in Hindi, you will learn to create a simple calculator with HTML and JavaScript.
    The step-by-step process will take you from scratch. From creating entry values to adding basic mathematical expressions, everything is explained with practical implementation.
    You will learn how to receive it on the same page when clicking on the output button or calculate automatically when values are entered.
    This project will improve your command of the language and you will learn better skills in JavaScript.
    You will get to know about this project in JavaScript with the help of practical examples, so you can understand the complete process of how to build a calculator in JS.
    We have a complete playlist on JavaScript. You can watch more videos from there to learn in-depth.
    💎 Get Access to Premium Videos and Live Streams: / @wscubetech
    WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India.
    We help businesses of all sizes to build their online presence, grow their business, and reach new heights.
    👉For Digital Marketing services (Brand Building, SEO, SMO, PPC, SEM, Content Writing), Web Development and App Development solutions, visit our website: www.wscubetech.com/
    👉Want to learn new skills and improve existing ones with in-depth and practical sessions? Enroll in our advanced online courses now and make yourself job-ready: courses.wscubetech.com/s/store
    All the courses are job-oriented, up-to-date with the latest algorithms and modules, fully practical, and provide you hands-on projects.
    👉 Want to learn and acquire skills in English? Visit WsCube Tech English channel: bit.ly/2M3oYOs
    📞 For more info about the courses, call us: +91-9024244886, +91-9269698122
    ✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -
    👉 Instagram - / kushagrabhatiaofficial
    👉 LinkedIn - / kushagra-bhatia
    👉 Facebook - / kushagrawscubetech
    Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:
    ► Subscribe: bit.ly/wscubechannel
    ► Facebook: / wsubetech.india
    ► Twitter: / wscubetechindia
    ► Instagram: / wscubetechindia
    ► LinkedIn : / wscubetechindia
    ► CZcams: / wscubetechjodhpur
    ► Website: wscubetech.com
    -------------------------------------| Thanks |--------------------------
    #Javascript #JavascriptinHindi #JavascriptTutorials

Komentáře • 25

  • @wscubetech
    @wscubetech  Před 2 lety +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/CZcams-WsCubeTech
    For professional certification courses, visit: bit.ly/certification-courses

  • @Chain25
    @Chain25 Před 3 měsíci +1

    Welcome and thanks a lot.

  • @anusharajan5852
    @anusharajan5852 Před rokem +2

    Well Explained !

  • @sufiyanpatel6241
    @sufiyanpatel6241 Před 2 lety +1

    Perfect Teaching 👌👍

  • @punjabifilms2k215
    @punjabifilms2k215 Před 2 lety +2

    Very nice video!!!

  • @_.ibadatmohabbat._
    @_.ibadatmohabbat._ Před 7 měsíci +1

    Very helpful video thankyou sir ❤️😊

  • @kavitapal3093
    @kavitapal3093 Před měsícem

    Thank you so much sir ❤

  • @HarshJasoliya5001
    @HarshJasoliya5001 Před 9 měsíci +1

    perfect and good teaching

  • @SurajKumar-wq4nv
    @SurajKumar-wq4nv Před 5 měsíci

    thanks sir

  • @MiniMovieMoods
    @MiniMovieMoods Před 3 měsíci

    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

  • @shivachhapre9246
    @shivachhapre9246 Před 2 lety

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

  • @mehmoodulhassan5399
    @mehmoodulhassan5399 Před rokem +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.....

  • @ayushpandey6609
    @ayushpandey6609 Před rokem

    Sir code source ka link aap kyu nahi dete

  • @ayushpandey6609
    @ayushpandey6609 Před rokem

    Hai

  • @gamer-dz7fp
    @gamer-dz7fp Před 4 měsíci

    kya hum switch case se calculate kar sak te hai?

  • @vinayakingle1720
    @vinayakingle1720 Před rokem

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

  • @AnujGupta-kw9sw
    @AnujGupta-kw9sw Před 3 lety

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

    • @wscubetech
      @wscubetech  Před 3 lety

      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 Před 3 lety +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 Před 2 lety

      @@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.

  • @Realfactswithabhi
    @Realfactswithabhi Před 9 měsíci

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