The Basics of JavaScript Objects

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

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

    im glad i found this channel , really this deserves so many views

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

    Thank you very much, your explanations make these difficult concepts really easy to understand. Great!

  • @GursewakSingh-gx6ev
    @GursewakSingh-gx6ev 4 ปีที่แล้ว +5

    I just found your channel yesterday... and I am really amazed at how you make complex concepts easy to digest. 👍🧐😁👨‍💻👨‍💻👨‍💻. I waiting for the JS testing Best practices. Lots of love and respect from India.

  • @angelsv
    @angelsv 3 ปีที่แล้ว

    I did C++ and some C~Sharp in college (UK college) and the lecturer really confused us when we start doing JavaScript, this helps, and thank you.

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

    Easy explanations!

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

    good explanation,thank you sir

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

    Well explained 👍👍👍

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

    Your videos are amazing detailed and very easy to understand and wish you make tutorials about Exceptions in Javascript :D

    • @AllThingsJavaScript
      @AllThingsJavaScript  7 ปีที่แล้ว +2

      Thanks! I currently have couple of tutorial on exception handling: th-cam.com/video/diE6oYo6sog/w-d-xo.html and th-cam.com/video/xohGSsm8ya4/w-d-xo.html Are there most specific topics you would like to see?

    • @medi7573
      @medi7573 7 ปีที่แล้ว

      Thank you for the amazing job , you are doing everything perfectly , small request if you could make some tutorials about making small projects to practice what we have learnt from you ,and again THANK YOU VERY MUCH

    • @AllThingsJavaScript
      @AllThingsJavaScript  7 ปีที่แล้ว

      Thanks for the feedback! Good idea. I do some JavaScript problems, but it may be good to do some projects.

  • @luismuzquiz1400
    @luismuzquiz1400 7 ปีที่แล้ว

    Great Vid, Marco, it really helps understanding JavaScript objects

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

      by the way i bought your Getting Started started course on UDEMY. I already know much of those topics, but listening to different people explaining the same JavaScript concepts really helps me to obtain valuable insights. Cheers!

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

      Thanks for the comment and thanks for registering for the course! These kinds of things help me keep doing this.

  • @mdsajaldeowan1054
    @mdsajaldeowan1054 6 ปีที่แล้ว +3

    Thank's a lot sir!

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

    May I ask you a question, after assigning a property(firstName) to the empty arr2, why arr2.length is 0 instead of 1?

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

      length is a property of arrays. And it returns the number of elements in the array. Adding a property won't change the value.

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

      Thank you for taking your time making the answer. Great tutorials you made.please keep on. These sophisticated tutorials help me a lot.

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

      Array indexes start with 0.
      [0] is the first element. [1] is the second element.

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

    Hi and thanks for the great explanation in this tutorial. I'd like to know when do we use objects in a project or in a website? I have no clue when to apply some of the things that I've learnt in JS. Could you give some real examples when would we use objects? This will really help and give me a better idea about objects. Thanks again for your support.

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

      Anytime you need to keep track of data for a project, you could use objects. Some examples, you need to keep track of a user; you need to keep track of scores for an online quiz; you need to keep track of progress in an app; you need to keep track of settings.

  • @denniskamonde6836
    @denniskamonde6836 6 ปีที่แล้ว

    Thank you sir

  • @seenuvasanv
    @seenuvasanv 7 ปีที่แล้ว

    Thanks

  • @Ebvardh
    @Ebvardh 5 ปีที่แล้ว

    I'm confused, why do many of these instructional and educational videos distinguish between primitive data types (numbers, strings, boolean) and objects, BUT then give examples where those primitive data values are examples of an object?

    • @AllThingsJavaScript
      @AllThingsJavaScript  5 ปีที่แล้ว

      They are not objects, but some primitive data types (strings) have an object wrapper that allows you to interact with them like an object.

  • @spreadItWide
    @spreadItWide 2 ปีที่แล้ว

    Did this video play weird for anyone else?