Working With Strings | JavaScript | Tutorial 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

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

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

    You're still helping people in 2019.

  • @JC-hb2ob
    @JC-hb2ob 2 ปีที่แล้ว +1

    You’re still helping people in 2022. Thanks a lot

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

    Best tutorial. Saw your HTML tutorial on freecodecamp and fell in love with it. And now discovered that you have CSS tutorial and JS!

  • @brianaelia
    @brianaelia 7 ปีที่แล้ว +15

    very informative. keep them coming....

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

    You are a gifted teacher.

  • @stevenshu4810
    @stevenshu4810 4 ปีที่แล้ว +7

    Who the heck would dislike this, even 12 year olds like me watch this maybe

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

    Hi @Giraffe Academy, I have a question. At 11:03, when you were trying to print the word cool from strings are cool, using this statement : phrase.substring(phrase.indexOf(“c”), phrase.length)
    Why is the index 16 returned by phrase.length included by substring method? Because you said that second parameter of substring method is not included?

  • @Senasozys
    @Senasozys 4 ปีที่แล้ว +7

    Loving your tutorials, learning is fun.

  • @simbaevans.3301
    @simbaevans.3301 6 หลายเดือนก่อน

    Done with Tutorial 7.Thanks to Mike

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

    how u teach is so informative and clear

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

    Hiii dane you are doing great job . Could you please make videos on nodejs and express js

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

    You're still helping people in 2024

  • @RaselAhmed-sb5xx
    @RaselAhmed-sb5xx หลายเดือนก่อน

    Very informative... We want more video

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

    Mike Dane you're awesome!!!!!!!

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

    very informative, I love your teaching method

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

    Hai Dane your teaching is awesome please do videos on git

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

    very well explained

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

    super

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

    Thanks ❤

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

    you are great man!!

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

    what about split() the most important one

  • @jayanthvenavenka7668
    @jayanthvenavenka7668 4 ปีที่แล้ว

    How to get index of the middle 'A' in the word ALASKA?????

  • @coulomb1
    @coulomb1 5 ปีที่แล้ว

    This is my script:
    var string = "Hi";
    document.write(string.toUpperCase());
    What do I do to have my script perform the same task but actually work?

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

      You need quotations surrounding the h1 tag, and then change the "color:red" to single quotations:
      var string = "Hi";
      document.write("string.toUpperCase()");

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

      @@CalebWaymeyer he never even said thank you :/

  • @jayanthvenavenka7668
    @jayanthvenavenka7668 4 ปีที่แล้ว

    If i'm not wrong the phrase 'Strings are cool' contains 14 characters and if javascript's index starts from 0 then it have to be 13 instead of 14 right then why is it showing up 16??????

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

      Spaces count also as character inside of strings.

  • @augustlumanlan2777
    @augustlumanlan2777 5 ปีที่แล้ว

    Question: How many websites have you created?

  • @thejoker5446
    @thejoker5446 4 ปีที่แล้ว

    thanks bro please video on react.js

  • @moularaoul643
    @moularaoul643 4 ปีที่แล้ว

    Thanks!

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

    You declare a variable with var??? Really?

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

    👍

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

    2021

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

    This one was a bit confusing

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

    Your HTM and CSS are great. I hate Java and javascriptssss ughhhh

  • @NoumanKhan-ck7vx
    @NoumanKhan-ck7vx 4 ปีที่แล้ว

    what your insta id man

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

    use phrase[3] instead of charAt(3)