From aaf0833ab2153cf2345020fe793072a300ae4da8 Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Wed, 30 Aug 2023 18:10:56 -0700 Subject: [PATCH] added general question (#805) * added new general question * Update general-questions.md * Update general-questions.md --- src/questions/general-questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/questions/general-questions.md b/src/questions/general-questions.md index e2dae9f59..7672c5b99 100644 --- a/src/questions/general-questions.md +++ b/src/questions/general-questions.md @@ -33,3 +33,4 @@ permalink: /questions/general-questions/index.html * What skills are needed to be a good front-end developer? * What role do you see yourself in? * Explain the difference between cookies, session storage, and local storage? +* Can you explain what happens when you enter a URL into the browser?