What is the difference between the method on the prototype and the method of the constructor?

for example, the constructor has a test () method, and there is also a test (), on the prototype. Is there any difference between the two methods?

Aug.01,2021

just look for it in a different order. First, you can't find it by yourself, and then you can't find it from the prototype. If you can't find it on the prototype, you can find it from the prototype and form the prototype chain

.
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-1b449c7-41769.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-1b449c7-41769.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?