Tag Archives: mern-interview

MERN Stack Interview Questions & Answer Series Part 3

MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack. MERN Stack Interview Part 3. Q21. What does enctype=’multipart/form-data’ mean? The enctype attribute specifies how the form-data should be encoded when submitting it to the server. 1. application/x-www-form-urlencoded: Default. All characters are encoded before sent (spaces are converted to… Read More »