Is the basic data type an instantiated object of the constructor?

when Xiaobai looks at something, he sees that the basic data type can be detected by instanceof , constructor and other methods

.

then my custom var a = "hello worldview"; also uses these two methods to detect. So does it mean that the basic data types are all instantiated objects of the constructor?

uses an instanceof String returns false

a.__proto__.constructor = function String []

The

instanceof method cannot be detected directly, but why can constructor return the constructor of String

Mar.03,2021
The

instanceof method can only detect variables of object type.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3881f-2c116.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3881f-2c116.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?