From 91074ac15f17022f979105431d253275f089d189 Mon Sep 17 00:00:00 2001 From: wadhawansamarth <133197158+wadhawansamarth@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:43:33 +0530 Subject: [PATCH] Update link to open example page in a new tab Example page while opened in the same tab causes an interruption in the flow, a better way is to open it in another tab --- 1-js/03-code-quality/01-debugging-chrome/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/01-debugging-chrome/article.md b/1-js/03-code-quality/01-debugging-chrome/article.md index 4f50fb428b..907175ba37 100644 --- a/1-js/03-code-quality/01-debugging-chrome/article.md +++ b/1-js/03-code-quality/01-debugging-chrome/article.md @@ -10,7 +10,7 @@ We'll be using Chrome here, because it has enough features, most other browsers Your Chrome version may look a little bit different, but it still should be obvious what's there. -- Open the [example page](debugging/index.html) in Chrome. +- Open the [example page](debugging/index.html){:target="_blank"} in Chrome. - Turn on developer tools with `key:F12` (Mac: `key:Cmd+Opt+I`). - Select the `Sources` panel.