JavaScript for Beginners #9 - String Methods and Manipulation

preview_player
Показать описание
In this javascript tutorial for beginners I will be discussing string methods and manipulation. I will show some popular string methods like .toUpperCase, .trim() , .startsWith() and many others. This will help you learn how to parse and clean user input!

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
- Tech With Tim
- JavaScript for Beginners
- JavaScript String Methods
- Strings JavaScript
- String Methods JavaScript

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

Hi Tim!
In the tutorial why didn't we specify or declare the variable output. Like
var output =
And if declaring Element by Id is not important so can we just write
var text = inp.value();

sampadasnehi
Автор

Are you planning to make some more advanced tutorial for JS ?

tomaszkoscielniak
Автор

I'm coming back to dev work after about 5-6 years away from it. Previously I only did backend Java and C#. JavaScript is very easy to pick up syntax wise, but I need to figure out all the frameworks, libraries, weird JS-isms, etc that exist to get back into dev work as everyone wants frontend/fullstack with the backend skills. What playlist would you recommend after finishing this course? Do you have others? I saw a React one from you but I don't know if going from this course to that makes sense (versus more JS knowledge maybe being required to get into react?)

WeiseGuy
Автор

Please make more tutorials they really help me :)

bir
Автор

You forgot to put string methods link..

nipnix
Автор

This is really helpful! I follow every single change you are making in code while I’m watching. Btw you can put 5 as a string with space inside the string and then the number will be separate from the word hello in the result

desislavaandreeva
Автор

Online school when u put an uper case letter in the exem paper: 3:01

bfg_ko
Автор

I heard java script is not recommended for people like me who will just go into Uni this year because its gonna be outdated since google chrome has it. My friend told me not to focus on it and focus on python and C++ more. Is it true? please answer bro :)

yoyo-gvzs
Автор

Hi Tim, could you explain the difference between output and document.write? By the way, great tutorials!

e.b.
Автор

Wht is the method to contact you.... i watched every video of yours ...big fan

kisalaysuman
Автор

why are you able to do write output.innerHTML instead of ?

drafter
Автор

You can definitely tell Tim's from the East Coast the way he says "Java" ;)

stevesmith
Автор

Is mackbook air 2017 good for beginners to start leaning programming i wants to buy one laptop my budget is very low macbook air 2017 will cost me around 800 900 dollar in india. I have forgetten my sony bios password is there any way to reset it at home

vijayruhil
Автор

Bro how to make a software engineer....

amankunwar
Автор

TypeError: text.toUpperCase is not a function

arcei
Автор

what's the difference between
// output.innerHTML
saw that the same is with
// input.value

Avashi