Objects - Javascript In Depth

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

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

  • @senniagordinskaya4051
    @senniagordinskaya4051 5 หลายเดือนก่อน +2

    Thank you! Please don't stop creating content!!! Your videos are the only reason I keep progressing. It's sooo good!! You have a true talent of teaching and explain complex concepts.

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

    Very clearly explained. Helpfull visual explication. Thank You

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

    Excellent course, thank you very much Nader

  • @davidkabyemera7454
    @davidkabyemera7454 2 ปีที่แล้ว +4

    Now I am ready for coding! great lecture brother 👏

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

      Thanks David! Glad you found it useful as this is a big topic, haha! 😊

  • @nguyennguyen-nm3oq
    @nguyennguyen-nm3oq ปีที่แล้ว +2

    The occasional prompts to visit MDN web docs to read up on lessons being taught are nice. That website can get real overwhelming with the terminology used. When you simply it it’s goes a long way to make the information digestible.😅. The repetition of seeking out answers for yourself will help when landing my first junior position. Thank you Sir

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

      I need to do this more - sense how intimidating reading any documentation is if you haven’t done it much before. It can be totally overwhelming 🤯 I’ll be sure to bring in documentation as much as I can even in “newer” series 😊

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

    incredibly well made video, thank you. this is exactly what I was looking for

  • @simplyskandi5973
    @simplyskandi5973 2 ปีที่แล้ว +4

    Thank you for the video, Nader. Would you making a video on more complex Object examples.

    • @TechWithNader
      @TechWithNader  2 ปีที่แล้ว +3

      Yeah similar to arrays, I’d love to either make a more complex set of exercises or put them as part of a larger project so there’s a bit more practical context. We’ll be using them a lot in the series so that will help too 😄

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

    Great explanation, callback function are very hard to understand, I hope you make video about it. thank you

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

      Thanks Sakid! I actually have a few videos using them through the map, filter and reduce methods on arrays (callback functions). That might help! 😊

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

      @@TechWithNader Thank you Nadeer I will check them

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

    Instead of Object.Keys(objectName) could we use Object.getOwnPropertyNames(objectName) as when I saw the output of the result in MDN both of them did the same thing and if there is a difference could you tell me what it is please.

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

      Great question! We don’t cover this in JS since it’s pretty niche and advanced but I has to do with something called “property descriptors”.
      We can set some properties to not show up in keys() and other places similar to how Symbols work. getOwnPropertyNames includes the the ones set as “non-enumerable” except Symbols whole keys does not include either “non-enumerable” keys.
      If you look up property descriptors on MDN you can find more if you’re interested 😊

  • @AbhishekSingh-bt6uo
    @AbhishekSingh-bt6uo ปีที่แล้ว +2

    sir is there a video where all the oops concepts are explained using javascript?
    sir is there video on call,bind & apply ?

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

      Hey Abhishek! That’s coming very soon over the next few videos. Going to cover classes and oop in general right after the “this” keyword 😄

  • @EliHacıyev-p7v
    @EliHacıyev-p7v 10 หลายเดือนก่อน

    Thank you, good man.

  • @KRAKENBACK..
    @KRAKENBACK.. ปีที่แล้ว +2

    Exciting lecture Objects seem like 3D arrays lol

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

      2.5D maybe

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

      Yup exactly! Some languages even call things like this an "associative array" haha! 😃

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

    Just thank you!

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

      You're very welcome, Frank! 😊

  • @EliHacıyev-p7v
    @EliHacıyev-p7v 5 หลายเดือนก่อน

    Thanks