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.

Menu