Working with variables
Learn how to harness console.log to output our code so we can see what's going on. Learn more about using and copying variables.
We'll cover the following...
Printing
To print something out, we use something called console.log()
. We write that phrase with either a value or a variable name inside the parentheses. We see that ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy