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 The Landscape of JavaScript!
You have completed The Landscape of JavaScript!
Preview
In this video, we'll talk about common JavaScript development workflows, as well as frameworks, libraries and other tools developers use in their day-to-day work.
JavaScript libraries and frameworks
CLIs
Debugging JavaScript
- Get Started with Debugging JavaScript in Chrome DevTools
- Debugging JavaScript in the Browser - Treehouse course
Terminal/command line
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
In the previous video, you learned
about some of the tools JavaScript
0:00
developers use in their projects.
0:00
In this video, we'll talk about common
JavaScript development workflows,
0:02
as well as other tools developers
use in their day-to-day work.
0:05
Working on a simple site or
0:09
app may not require a build tool or
any extra dependencies.
0:10
For example, at Treehouse, you begin
by building projects using standard
0:14
JavaScript written in
a single JavaScript file.
0:18
For these types of projects,
many developers use a code and
0:21
reload approach to development.
0:25
Meaning, they write a small part of
their program, save their code, and
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