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 JavaScript Basics!
You have completed JavaScript Basics!
Preview
Learn the different ways you can create and work with 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
a JavaScript program to do anything,
it must be given information to work with.
0:00
In the previous section,
you use variables to store and
0:03
keep track of information that your
program could use and manipulate.
0:06
That information put into
a variable is called a value.
0:09
But, what exactly are you
storing with values?
0:12
Values come in many different types
falling into categories called data types.
0:15
All programming languages
have built-in data types and
0:20
treat each in a different way.
0:23
Now, at this point you've used
two JavaScript data types,
0:25
strings and numbers.
0:28
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