Gleb

Results 7 issues of Gleb

In static method declarations "this" points to the class constructor (added to summary)

review needed

Overriding class fields added to summary

review needed
P2

an object "user" -> the object "user"

review needed

Clarification regarding "hasInstance" method

review needed

Setting __proto__ of an existing object to null also works.

review needed

Fixing a misstype now: let result = /* calculations of the result for */ obj; change to: let result = /* calculations of the result for obj */;

review needed

Typo let result = /* calculate the result for */ obj; => let result = /* calculate the result for obj */;

review needed