MERN Stack Interview Questions & Answer Series Part 1
MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack. 1. What does a <DOCTYPE html> do? The DOCTYPE declaration is required for the webpages, It is used to tell user agents what version of the HTML specifications your document respects. 2. What is a self closing tag? The… Read More »