Komentáře •

  • @gokulans5052
    @gokulans5052 Před 3 lety +4

    Well explained bro...awesome i was searching for this topic for a long but none of the video explained properly...but u r just awesome...continue keep it up

  • @hunterliu2288
    @hunterliu2288 Před 4 lety +1

    Thanks

  • @arazmammadov9276
    @arazmammadov9276 Před 3 lety

    Thank you so much

  • @annaivanova7542
    @annaivanova7542 Před 3 lety +2

    Do you plan to make more videos on Vanilla JS?

    • @jshelper5629
      @jshelper5629 Před 3 lety +1

      Sure thanks for showing your interest. I will definitely upload videos

  • @pashabiceps95
    @pashabiceps95 Před 3 lety

    8:33 - it is not function name, it's the reference

  • @tomasmatusek6292
    @tomasmatusek6292 Před 2 lety

    The getRandom no working :(
    function getRandom() {
    return Math.round(Math.random(10)*10);
    };

    console.log(getRandom);

    • @Fernando-du5uj
      @Fernando-du5uj Před 2 lety

      You have to execute it with double parentheses, like: console.log(getRandom());