🎁 Join my channel to get access to perks:
/ @codeexplained
🧡 Hello All JavaScript Lovers Outhere!
Today you're going to learn about the String Object In JavaScript.
This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.
In today's video, you're going to learn about startsWith and endsWith methods.
The startsWith and endsWith methods both return a Boolean true or false, based on whether a string starts (ends) with another string or not.
🟢🟠 The string.startsWith() method
🔷 Syntax:
startsWith(searchString)
startsWith(searchString, position)
🔹searchString : The characters to be searched for at the start of this string.
🔹 position (Optional) : The position in this string at which to begin searching for searchString. Defaults to 0.
🟢🟠 The string.endsWith() method
🔷 Syntax:
endsWith(searchString)
endsWith(searchString, length)
🔹searchString : The characters to be searched for at the start of this string.
🔹 length (Optional) : If provided, it is used as the length of str. Defaults to str.length.
🌍 Social Media Links.
◾ Facebook : / code.explained.official
◾ Twitter : / code_explained
◾ Instagram : / code.explained.official
◾ GitHub : https://github.com/CodeExplainedRepo
💲 Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExpl...
On this page of the site you can watch the video online startsWIth and endsWith methods | String Object In JavaScript with a duration of hours minute second in good quality, which was uploaded by the user Code Explained 03 August 2022, share the link with friends and acquaintances, this video has already been watched 6,150 times on youtube and it was liked by 104 viewers. Enjoy your viewing!