#19 String Methods You Must know | JavaScript for Beginners Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2022
  • In programming, string methods are used to perform different operations on strings.
    🔥 Want to learn programming the right way? Get my interactive programming course: bit.ly/learn-right
    In the last video, we learned about JavaScript strings. In JavaScript, strings are probably the most frequently used data type. To make working with strings easier, JavaScript has numerous string methods readily available for us to use.
    In this video, we will learn about various string methods that perform different operations on strings.
    Watch the full video to have a clear understanding of string methods that you must know.
    ~
    Run JavaScript Online: www.programiz.com/javascript/...
    Programs in this video: github.com/programiz/js-cours...
    JavaScript String Methods(text-based tutorial): www.programiz.com/javascript/...
    Timestamps:
    00:28 toUpperCase() and toLowerCase() Method
    01:47 concat() Method
    02:50 replace() Method
    03:52 split() Method
    05:20 slice() Method
    06:48 trim() Method
    07:27 search() Method
    09:02 Programming Task
    09:29 Quiz
    Find Programiz elsewhere:
    Facebook: / programiz
    Instagram: / _programiz
    LinkedIn: / programiz
    Twitter: / programiz
    Discord: / discord
    Website: www.programiz.com
    ---------------------------------------------------
    #19 String Methods You Must know | JavaScript for Beginners Course
    #programiz #javascript #strings #stringmethods #programizvideo #learnprogramming #learnjs

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

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

    This Video Makes My Coding Specicy

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

    Great stuff!

  • @rebalsai943
    @rebalsai943 26 วันที่ผ่านมา

    Hi sir do you have js course

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

    last question

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

    2.v

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

    v

  • @sayun8848
    @sayun8848 10 หลายเดือนก่อน +1

    programming task:
    const str = "I LOVE JAVA"
    const result = str.toLowerCase();
    const newResult = result.replace("java", "javascript")
    console.log(newResult);
    ,
    programming quiz:
    ans = 2) v