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

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

    finally somebody who explains this in English lol. Glad I've found your channel, thanks for explaining it so thoroughly!

  • @AJ-MM02
    @AJ-MM02 ปีที่แล้ว +3

    The way you explain the syntax and process flow is very clear. Thank you!

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

      Thank you! 🙂

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

    So helpful 🙏❤️

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

    As always good work.

  • @ashton982
    @ashton982 6 หลายเดือนก่อน

    why does the console.log(i) come before the i++ and why does it work. would it work the other way. i can test the latter myself. your videos are of elite quality btw. i tested it. it logged 1 through 11 but idk why, im assuming it added 1 to 0 first then proceeded with logging 1 through 10 and then the final console.log(i) gave the final log of 11. input would be great.

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

    Maybe I'm missing something, but I don't recall you properly explaining when you go from using

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

      x+=y is the same as x=x+y
      It is the shortcut version.

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

    Thank you so much!

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

      Hey LDT! Thank you for watching and for all your awesome comments! 😃👍👍

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

    clear tuts thanks you ..

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

      Glad you like them! Thank you 🙂👍

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

    Thnaks !

  • @webb-developer
    @webb-developer 9 หลายเดือนก่อน

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

    Hi Dev dreamer please upload full we development project as you done in a css project plzzz Dev dreamer upload video

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

    Majority of beginners want to learn tutorial which doesn't run at a very fast speed because javascript is hard to understand for beginners. The tutor may know very well and can show off, but in the end, it's the viewer who decided to choose whose tutor is the best. Slowing down to 0.75 X is not as practicable as you might think.

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

      Hi Jimmy, this isn’t about which tutor is best or showing off. It’s about providing high quality education to those that need it. I’m not sure what you mean by “not as practicable as you might think” but many people use the speed controls and find them very helpful. Hope you find the help you’re looking for, whether here or elsewhere 🙂👍

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

      As a beginner I prefer x1.1 to x1.3 speed. It helps me to be more attentive and be more focus. normal or slow pace gives my mind a lot of time to wander to different thoughts outside the topic.

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

    please someone explain why he put $ . i never come across this as yet.

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

      Hey Pravesh, the ${ } is called a Template Literal, a modern feature of JavaScript. I created a full tutorial on it here - th-cam.com/video/52OJhTbCtoA/w-d-xo.html

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

      @@DevDreamer thank you very much