From 756bd19b35d85376b1e170a4fac499b714319ff9 Mon Sep 17 00:00:00 2001 From: Chirag Swadia Date: Wed, 19 Dec 2018 05:42:31 +0100 Subject: [PATCH] Added further reading link, as there are many console methods available (#25351) * Updated index.md * Added noopener noreferrer for external link * Fix a tag --- .../javascript/tutorials/use-the-javascript-console/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/javascript/tutorials/use-the-javascript-console/index.md b/guide/english/javascript/tutorials/use-the-javascript-console/index.md index 61e524fc67..7c3935710a 100644 --- a/guide/english/javascript/tutorials/use-the-javascript-console/index.md +++ b/guide/english/javascript/tutorials/use-the-javascript-console/index.md @@ -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 +- MDN +