@ -2,14 +2,7 @@
|
||||
title: JavaScript Console
|
||||
---
|
||||
## JavaScript Console
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/developer-tools/developer-tools-in-browsers/chrome-developer-tools/javascript-console/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
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.
|
||||
|
||||
#### More Information:
|
||||
[Using the JavaScript Console by Google](https://developers.google.com/web/tools/chrome-devtools/console/)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user