From b0524f993c9e6e742ca75f7bd778e31d4065141d Mon Sep 17 00:00:00 2001 From: Nitesh Seram Date: Wed, 20 May 2026 11:32:14 +0530 Subject: [PATCH] seo: embed our JavaScript blog post in the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cd39a9..044395a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ **Updated for 2025!** This repository contains a few hundred curated JavaScript interview questions with high quality answers for acing your Front End Engineer interviews, brought to you by [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=github&utm_medium=referral&utm_campaign=top-reactjs-qns&gnrs=yangshun). -The questions are divided into two sections: +Looking for more? Read our blog post [50+ must-know JavaScript interview questions and answers](https://www.greatfrontend.com/blog/50-must-know-javascript-interview-questions-by-ex-interviewers?utm_source=github&utm_medium=referral&utm_campaign=top-javascript-qns) compiled from ex-FAANG interviewers. + +The questions are divided into three sections: 1. [**Top questions**](#table-of-contents-top-questions): List of the most important JavaScript interview questions that are commonly-asked during Front End Developer interviews. This README displays the concise version of the answers and links are provided to the full version of answers for further learning. If you are are short on time, start with this section. 2. [**All questions**](#table-of-contents-all-questions): Comprehensive and elaborate list of JavaScript interview questions that ranges from basic to advanced topics. The answers in this section are more concise. This section is useful if you rusty with JavaScript concepts and need a refresher.