#Quick question !
11 messages · Page 1 of 1 (latest)
this.x is not a number
so what is this considered as ?
undefined
alr so this .toString() takes it from lexical range of obj1 ?
you can't use a property during declaration. this.x would be undefined until after obj1 is fully declared/assigned
yup i got that