JavaScript ES6 Tutorial #4 - Default Parameters

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 38

  • @nehamattani1100
    @nehamattani1100 7 років тому +4

    Short and precise. quite easy to understand

  • @adaniels4943
    @adaniels4943 8 років тому +2

    Very cool! Net Ninja has the best tutorials on the web!

  • @oseaniic
    @oseaniic 6 місяців тому

    Hello `undefined`, I'm Dad!
    btw, really good tutorial, to the point and cristal clear!

    • @NetNinja
      @NetNinja  6 місяців тому

      Glad you liked it! :)

  • @yarkahaji
    @yarkahaji 8 років тому +3

    Great Tutorial, love your series, many thanks

  •  7 років тому +1

    You are the best man! Easy and simple, nice work!

  • @benedictusaryasatya6761
    @benedictusaryasatya6761 2 роки тому

    Nice and neat explaination. Keep it up mate

  • @temprmj1
    @temprmj1 7 років тому

    I love how ES6 is behaving more and more like Python

  • @kevinparker2314
    @kevinparker2314 2 роки тому

    Thank you. This channel is the best.

  • @BelladoniusMonk
    @BelladoniusMonk 2 роки тому

    Very nice breakdown👍

  • @haili903
    @haili903 7 років тому

    you are the best on youtube, thank you

  • @diastrus1236
    @diastrus1236 6 років тому

    very concise and helpful, thanks!

  • @MrFliperocha
    @MrFliperocha 6 років тому

    Thanks guy! Simple and objective

  • @jackshephard7920
    @jackshephard7920 8 років тому +1

    BTW, It's not 40, lol, I like your tutorials, thx a lot!

    • @Rassy_
      @Rassy_ 7 років тому

      And the belt is manly

  • @iFrancisDC
    @iFrancisDC 8 років тому

    Realy good quality tuts!

    • @NetNinja
      @NetNinja  8 років тому

      +Francis DC Cheers bro, glad you like :)

  • @DrNabeel20
    @DrNabeel20 4 роки тому

    Thank you!

  • @solomontole
    @solomontole 3 місяці тому

    on point

  • @luciferneverborn307
    @luciferneverborn307 6 років тому

    thanks netninja

  • @mayankgangwal24
    @mayankgangwal24 6 років тому

    Also works with functions as a default params like a charm
    function callSomething(hey = heyNinja()) {
    return hey;
    }
    function heyNinja() {
    return 'Hey Ninja';
    }
    callSomething(); //Hey Ninja
    Peace.

  • @ss-qm5hz
    @ss-qm5hz Місяць тому

    Tnx

  • @xesiusprime9360
    @xesiusprime9360 2 роки тому

    nice really helped thanks :)

  • @javadmohammadi3943
    @javadmohammadi3943 3 роки тому

    thanks very usefull

  • @praveenbilla
    @praveenbilla 8 років тому

    Awesome!

  • @tamaralobzina4960
    @tamaralobzina4960 7 років тому

    Great tutorial. how could this be used in a constructor prototype function?

  • @phixphixation7261
    @phixphixation7261 6 років тому +4

    I can tell you like Street Fighter.

  • @PB72UK
    @PB72UK 7 років тому +3

    Good tuts but you missed off how you pass in say just the belt colour?

    • @pieteromt8121
      @pieteromt8121 7 років тому +6

      I was asking myself the same question. You can pass "undefined" for the arguments you want the default value for, and a specific value if not. See developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Default_parameters

  • @necrophage12
    @necrophage12 8 років тому

    Can you set default objects as parameter and override them? I am used to doing this in PHP. Seeing that ES6 now has default parameters is exciting.

  • @forgiveness_denied
    @forgiveness_denied 5 років тому

    but how can you skip the middle parameter ??? logNinja("shaun", ,40); so it can insert default "red"???

  • @Pikoro09
    @Pikoro09 6 років тому

    Who dislikes this?

  • @DrDre9998282
    @DrDre9998282 8 років тому

    Great tutorial, however it can be shorter. There's no need to explain further after 2.00 mark

    • @Noldy__
      @Noldy__ 7 років тому

      You're aware that there is a next button that you could always press, right?