From 9bfc08e9ffd98744354f49ccf593bf6ffbfdd6f4 Mon Sep 17 00:00:00 2001 From: Chaitanya Raj Date: Mon, 5 Aug 2024 12:19:59 +0530 Subject: [PATCH] Update README.md Add link to Question 465 in TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7113b2e8..74f883c3 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ | 462 | [What is inline caching?](#what-is-inline-caching) | | 463 | [What are the different ways to execute external scripts?](#what-are-the-different-ways-to-execute-external-scripts) | | 464 | [What is Lexical Scope?](#what-is-lexical-scope) | +| 465 | [How to detect system dark mode in javascript?](#how-to-detect-system-dark-mode-in-javascript)