Useful string methods in JavaScript 〰️【4 minutes】

preview_player
Показать описание
#Javascript #string #methods

// useful string properties & methods

let userName = "Bro Code";
let phoneNumber = "123-456-7890";

Рекомендации по теме
Комментарии
Автор

// useful string properties & methods

let userName = "Bro Code";
let phoneNumber = "123-456-7890";





//userName = userName.trim();
//userName = userName.toUpperCase();
//userName = userName.toLowerCase();

phoneNumber = phoneNumber.replaceAll("-", "");

console.log(phoneNumber);

BroCodez
Автор

I'm from Kazakhstan. Thank you so much for the effort and the opportunity to learn JS!

Cats_Dogs.
Автор

From Bangladesh- Thanks a lot for these basic JS course. Easily explained. One of the best.

nafisatabassum-
Автор

Hey man, i'd like to tell you that im watching all your playlist bout JS, and that thanks to your videos now i get how the relation HTML-JS works! Thanks man and keep it up!!!

danielmusner
Автор

I'm learning JS, html, Css and PHP through your videos and it is quite impossible to find out any other course better than yours! The best english pronunciation so that even foreigners like me can understand. That should be a way of showing you all our gratitude for this amazing job you have been doing, Bro! Where are you from?

oxenburguer
Автор

thx you Bro. I'm from Russia and here we don't have any free useful programming courses. I understand your lesson without using any translator or smth like that

aleksandrguz
Автор

oh bro! thanks all, you are great techer in the world🙂🙂🙂🙂🙂🙂

NURSULTONSHODIYOROV
Автор

Thank you, Bro! Great teacher as always <3

hoatranminh
Автор

bro... this is dope. thanks for the effort!

FatsoMC
Автор

Hi, I've been following your courses and I actually like the way you explain the subject, I'm following the javascript course, and I would like to ask (if it doesn't bother me) to be able to take a React js course??

Olimpio_Eduardo
Автор

Wubba Lubba Dub-Dub
For the algorithm!

MohyDev
Автор

I want to make the portions of a textview text which are the same with the items in a string list coloured different than the other text is there any way?

ΑναστάσηςΤσαμπούκος