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 Treehouse Club: JavaScript!
You have completed Treehouse Club: JavaScript!
Preview
Learn about the JavaScript language and how it can help you make dynamic, interactive web pages.
This video doesn't have any notes.
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
And JavaScript is the third one.
0:00
To refresh, HTML defines the content of
the webpage and
0:02
CSS specifies the layout of the webpage.
0:06
JavaScript however,
0:10
is a dynamic programming language that
gives behavior to the webpage.
0:11
In this web app,
0:17
I wrote the JavaScript straight into our
HTML document, between these script tags.
0:19
Script tags are similar to the style tags
we used for CSS.
0:24
Only here, the script tags are where the
JavaScript starts and ends.
0:29
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