Method chaining in JavaScript ⛓️【1 minute】

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • #Javascript #method #chaining
    // method chaining = calling one method after another
    // in one continuous line of code
    let userName = "bro";
    let letter = userName.charAt(0).toUpperCase().trim();
    console.log(letter);

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

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

    Thank you, Bro! You are really great teacher to me

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

    Hello Bro! Another not really helpful and useful comment from me, but I left it almost every time, and this is already my 13th video from the playlist. Like button pressed. Still keeping going on. Cheers!

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

    I am new subscriber 😊🇧🇩

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

    thanks bro you are really the best

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

    Wubba Lubba Dub-Dub, For the algorithm!

  • @MrLoser-ks2xn
    @MrLoser-ks2xn ปีที่แล้ว

    Thanks!

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

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

    nice video vro code

  • @Suraj.5260
    @Suraj.5260 ปีที่แล้ว

    thanks bro

  • @wlevy3190
    @wlevy3190 10 หลายเดือนก่อน

    im just scared i'll forget the most part of things in the future

  • @grant4458
    @grant4458 9 หลายเดือนก่อน

    Mine was like number 500

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

    a random comment down below

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

    random comment

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

    This was a very long video.

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

    let thanks = " thank you ";
    let thankYou = thanks.toUpperCase().trim();
    console.log(thankYou + " BRO!");

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

      your welcome bro!

    • @hailerufaelchekol8467
      @hailerufaelchekol8467 8 หลายเดือนก่อน

      It would be good if u re-assign thanks😂😂