Reference Type,Context & Instantiation — Reference Type In JavaScript, we are provided with Primitive Types, such as strings, boolean, null, undefined, etc which means they are defined by the programming language. Whereas a Reference Type or Non-Primitive Type are not defined by the programming language, which means they are created by the programmer. For example: Let's say…