Arithmetic Operators in JavaScript - JavaScript Tutorial 21

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 8

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

    SUBSCRIBE, SHARE & SUPPORT:
    th-cam.com/users/chidrestechtutorials
    VISIT & LEARN AT FREE OF COST:
    ​www.chidrestechtutorials.com

  • @user-em9kt2xc1b
    @user-em9kt2xc1b ปีที่แล้ว +1

    Great teaching!

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

      Thank you. For more videos please do subscribe, share and explore our TH-cam channel.

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

    I tried
    document.write(157%21) //10
    how does it works?

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

    Sir "2"+"2"-"2"=? And how

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

      "2" + "2" = "22" // + operator combines strings
      "22" - "2" = 20
      - operator extracts beginning numbers from the string and subtracts

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

      @@ChidresTechTutorials thanks sir

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

      @@balarampanigrahi3852 the result is of type number