Gleb
Results
7
issues of
Gleb
In static method declarations "this" points to the class constructor (added to summary)
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