en.javascript.info/1-js/08-prototypes
Mustafa Kemal Tuna 8f3831be1c
One line of code creates a lot of confusing
"// obj.toString === obj.__proto__.toString == Object.prototype.toString"
It is look like JS code but it gives different result from what we want to get.
There is different kind of equality operator ant these give more confusing what is the purpose of these?
It can be better to separate this line into 2 line of code to make it sensible and readable.
Subject and code is already hard but there is no need to make readers ask unnecessary questions.
2020-07-23 13:51:13 +03:00
..
01-prototype-inheritance That's a getter/setter for it -> It's a getter/setter for it 2020-04-22 17:34:59 -06:00
02-function-prototype minor fixes 2020-03-21 09:11:53 +03:00
03-native-prototypes One line of code creates a lot of confusing 2020-07-23 13:51:13 +03:00
04-prototype-methods Merge pull request #1974 from akymtl/patch-3 2020-07-18 14:15:51 +03:00
index.md refactor classes, add private, minor fixes 2019-03-05 18:44:28 +03:00