Update index.md (#30684)

Added a short description - still a stub
This commit is contained in:
aman601
2019-01-16 22:21:35 -05:00
committed by Tom
parent f5ff6738a1
commit e07f0c64b9

View File

@ -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/)