JavaScript for Beginners - Objects

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • In this video I will show you what objects in JavaScript are and how to use them.
    00:00 Intro
    00:01 What is an object?
    00:35 Properties
    03:38 Methods
    05:08 This
    #javascriptforbeginners #javascript #coding
    👉🏽 Check out our online course: saperis.io/pro...
    saperis - Technology made easy
    Sign up to our RUclips channel for more JavaScript videos: / saperis
    saperis website: saperis.io/

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

  • @RoeGabriel_i_EMPOWER
    @RoeGabriel_i_EMPOWER Год назад +6

    Genius! You have a real knack for explaining this to make it so understandable. I am building my JS masterpiece in google app script. When it’s done I will share it with you. I’m watching all your videos.

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

      Fantastic! 👍

  • @EZEQUIELIGNACIOVAZQUEZ
    @EZEQUIELIGNACIOVAZQUEZ 8 месяцев назад

    Por favor, más videos sobre "Javascript", muy buena explicación!!!!!

  • @raquelchavez5981
    @raquelchavez5981 Год назад +3

    86 doesn't have quotes because it is not a string- it is a number data type :)

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

    Thank you for making it very clear. 🤓I'd love to see a video about this together with iterations. *Crossing fingers*

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

      Thanks for watching and leaving a suggestion. 😀

  • @EZEQUIELIGNACIOVAZQUEZ
    @EZEQUIELIGNACIOVAZQUEZ 8 месяцев назад

    86 es un tipo de dato númerico. (Is a number)

    • @saperis
      @saperis  8 месяцев назад

      Correcto, es un número 👏🏽

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

    86 is a number

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

    If we put 86 in cotation marks it's became a string, which is can't be counted in future. I guess

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

      Yes, every number that is written with quotation marks becomes a string. If we want to do math operations, e.g. addition, subtraction, etc., we should write numbers instead of strings.

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

      @@saperis thank you very much