Added further reading link, as there are many console methods available (#25351)

* Updated index.md

* Added noopener noreferrer for external link

* Fix a tag
This commit is contained in:
Chirag Swadia
2018-12-19 05:42:31 +01:00
committed by Manish Giri
parent 2c1c11c34a
commit 756bd19b35

View File

@ -29,3 +29,7 @@ If you want to group multiple console messages, you can use the `console.group`:
console.error('I am not part of the group');
Above example of the group is not collapsed by default, if you want to, use `console.groupCollapsed` instead.
#### More Information
- <a href="https://developer.mozilla.org/en-US/docs/Web/API/Console" target="_blank" rel="noopener noreferrer">MDN</a>