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:
committed by
Manish Giri
parent
2c1c11c34a
commit
756bd19b35
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user