JavaScript for Beginners - Objects
HTML-код
- Опубликовано: 10 фев 2025
- 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/
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.
Fantastic! 👍
Por favor, más videos sobre "Javascript", muy buena explicación!!!!!
Thank you for making it very clear. 🤓I'd love to see a video about this together with iterations. *Crossing fingers*
Thanks for watching and leaving a suggestion. 😀
86 doesn't have quotes because it is not a string- it is a number data type :)
Correct! 😀
86 is a number
Yes! 👍
If we put 86 in cotation marks it's became a string, which is can't be counted in future. I guess
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.
@@saperis thank you very much
86 es un tipo de dato númerico. (Is a number)
Correcto, es un número 👏🏽