Math & Numbers - JavaScript - Tutorial 8

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

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

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

    Absolutely clear, precise, and straight to the point. Bravo!!!

  • @asfandsellerlegend8281
    @asfandsellerlegend8281 4 года назад +6

    hands downs the best tutorials for beginners

  • @sheikahamediqbal2527
    @sheikahamediqbal2527 3 года назад +2

    Start Making challenge videos Mike.
    It would be good.
    document.write("Thx A Lot"); //you know the results
    You helped me a lot.
    This is better than Whitehat Junior. (I only did the free class).
    And post new videos.

  • @magicalbookreviews3853
    @magicalbookreviews3853 4 года назад +5

    please start posting vids again

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

    If I had such a teacher as a child, by the age of 18 I would already know all programming languages.

  • @manthan5235
    @manthan5235 4 года назад +8

    Amazing, you have the best tutorials.

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

    The mathrandom method is really cool. Will definitely want to utilize that

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

    Definitely not me watching this at 1.5x

  • @simbaevans.3301
    @simbaevans.3301 4 месяца назад +1

    Done with Tutorial 8.Thanks to Mike

  • @SonicTheHedgehog-mh6uw
    @SonicTheHedgehog-mh6uw 3 года назад +2

    At the end of the video:
    Recommended videos: Mike Dane - Is JavaScript bad for beginners?
    Me: ...um

  • @sakthi.....
    @sakthi..... 6 лет назад +4

    Bro..please upload video of every topics..!
    And please upload swift please...!

  • @oghenefokethompson7407
    @oghenefokethompson7407 4 года назад +3

    Hi make more videos. Thanks sir.

  • @mikeygaming1233
    @mikeygaming1233 2 года назад +1

    it is asome

  • @Standboard
    @Standboard 3 года назад +1

    i dont understand what is this girafee academy like that thing doesn't even exists........

  • @ultrasonic7730
    @ultrasonic7730 2 года назад +1

    hey soo, when i try to put the document.write function, it keeps telling me that document is not deffined. Does anyone else have this problem ?

  • @smithadam5351
    @smithadam5351 6 лет назад +4

    Hi Mike. Thanks for your job. I have found your video tutorials one of the most useful on the web. Others usually start in the middle and impossible to follow. I have passed your HTML and CSS tutorials (and learned these from other sources too), now I'm at the very beginning of JavaScript. I have reached to this part of your series, called Math. I am watching the videos on your website and under this video you gave some examples. I am confused now because the example under the video haven't been taught in the video. What should we do with those examples? These are the code lines I'm talking about and I can not understand:
    var num = 10;
    num += 100; // +=, -=, /=, *=
    document.write(num + "");
    num++;
    document.write(num + "");
    These lines result me 110 and 111. What does that num+= does? And what num++ ? By the way, does the spaces do any difference? Once you use one space before +=, then there is no space in num++. Maybe num += means "from now on the value of the variable is 100 plus the former value, which gives 110 together. But then what num++ does?
    Is it only me who missed some important lesson part accidentally or you jumped fast forward and gave some advanced trick to dig deep in the problem from other sources?

    • @smithadam5351
      @smithadam5351 6 лет назад

      OK, I already figured it out. Your videos are really the best ones, together with the short recap text under videos!

    • @arnom6763
      @arnom6763 5 лет назад

      @@smithadam5351 I was about to awnser :P

  • @mirafzalmirvosiqov3291
    @mirafzalmirvosiqov3291 3 года назад +2

    u re the best teacher and programmer

  • @rowshonuzzaman5898
    @rowshonuzzaman5898 3 года назад +1

    Didn't know javascript follows the rule of Bodmas

    • @jotaroisdarius1918
      @jotaroisdarius1918 2 года назад

      are u underestimating a programming language when it comes to math

  • @noahs3892
    @noahs3892 5 лет назад +1

    I think the random between 0 and 10 has low odds to get 0 and 10 if we use round.