Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed String Manipulation with JavaScript !
You have completed String Manipulation with JavaScript !
Preview
In JavaScript, strings are treated similarly to objects and are provided with built-in methods and properties. These methods allow us to modify strings as well as search for values within strings.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
[MUSIC]
0:00
One of the benefits of JavaScript is
that it allows us to build websites and
0:00
applications that people
can interact with.
0:04
This interaction is often in the form
of user input, like entering words or
0:07
other characters into a web form.
0:12
As a JavaScript developer,
you will often work with this user input.
0:15
For example, you might have to
remove whitespace or search for
0:19
values within user input.
0:23
When it comes to storing user input,
0:25
JavaScript commonly relies
on the string data type.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up