This commit is contained in:
Ilya Kantor 2019-08-27 08:20:18 +03:00
parent 6637d0ccae
commit 5c8d24a582
4 changed files with 8 additions and 9 deletions

View file

@ -162,9 +162,6 @@ function SmallUser() {
this.name = "John";
return; // finishes the execution, returns this
// ...
}
alert( new SmallUser().name ); // John