SSainathinsainath.hashnode.dev·May 11, 2022 · 3 min readExecution Context in JSIntroduction JavaScript Engine creates a special environment to handle the code execution. This special environment is called Execution Context. Everything in JS happens inside an Execution Context There are two types of Execution Contexts in JS Glo...00
SSainathinsainath.hashnode.dev·Sep 8, 2021 · 2 min readWhy Semantic HTML is Important?What Semantic HTML is? Semantic HTML is the correct use of HTML tags that would portray the meaning of the context on a web page rather than the appearance of that context. Why Semantic HTML is Important? Semantic HTML helps search engines, screen re...00
SSainathinsainath.hashnode.dev·Sep 8, 2021 · 2 min readHTTP Status CodesHave you ever come across “Error 404: Page Not Found.” and wondered what this 404 is? So this is an HTTP Response Status Code. What is an HTTP Response Status Code? HTTP Response Status Code is response status sent by the server in reply to the reque...00