Files

9 lines
460 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: JavaScript Console
---
## JavaScript Console
The JavaScript Console in Google Chrome is a way to execute code inside of your browser. This can range from changing what you see on the webpage to using it for simple math. Any JavaScript program can run. For specific features, see below at the more information section.
2018-10-12 15:37:13 -04:00
#### More Information:
[Using the JavaScript Console by Google](https://developers.google.com/web/tools/chrome-devtools/console/)