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 Debugging Node Applications with Google Chrome!
You have completed Debugging Node Applications with Google Chrome!
Preview
In this video we'll pause the execution of our program and use various tools to inspect and modify values in our running program.
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
that's because we haven't specified
a place in the code, we want it to post.
0:00
Let's identify where we want to
post the execution in our code,
0:04
head over to the sources tab,
and select app.js.
0:09
If you take a look at lines 36 to 43,
this is where the URL
0:17
handler that takes the user string
from the URL and reverses it.
0:22
The URL handler seems like an appropriate
place to post the applications execution.
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