JavaScript Arithmetic Operators

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ค. 2024
  • Arithmetic operators are an essential element when programming in JavaScript. In this video you will learn what arithmetic operators in JavaScript are and how to use them.
    0:00 Intro
    0:06 Basic arithmetic operators
    0:31 Advanced arithmetic operators
    👉🏽 Watch more JavaScript for Beginners videos: • JavaScript for beginners
    👉🏽 Check out our online course: saperis.io/products
    saperis - Technology made easy
    Sign up to our TH-cam channel for more JavaScript videos: / saperis
    saperis website: saperis.io/

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

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

    The way you speak is awesome! Learning a lot of the content you teach on your videos, plus good English !!!

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

      Thank you for the feedback. I'm happy you find the videos useful. 😀

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

    Another good video. Thanks 👍.

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

      Glad you enjoyed it 😀

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

    arithmetic has two different pronunciations, one when used as noun, and one when used as an adjective. Thanks for all your js videos.

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

      Thanks for sharing that specification 👍

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

    May I know when do you use “===“ vs “==“ vs “=“?

    • @saperis
      @saperis  5 หลายเดือนก่อน +1

      = means you are assigning a value.
      == means equal when you are comparing two values
      === is strictly equal when you are comparing two values an the type of value