JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

JavaScript

let a = {}; // Примитивный тип
console.log(typeof a);
console.log(a.prototype);
console.log(typeof a.constructor);
console.log(a.constructor instanceof Function);