On the question of a this

what does the this, in the constructor mean?

function fn(x){
    this.x = x //this
}
var b = new fn(1)
console.log(b.x) //1
Aug.05,2021

I opened my head in the early morning and tried to write a version of ng (baked ng):

  

the suggestion of the god upstairs has been very perfect. I suggest you adopt it and analyze it carefully in the future.

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