You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/08-prototypes/04-prototype-methods/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Here the consequences are not terrible. But in other cases the prototype may ind
111
111
112
112
What's worst -- usually developers do not think about such possibility at all. That makes such bugs hard to notice and even turn them into vulnerabilities, especially when JavaScript is used on server-side.
113
113
114
-
Such thing happens only with `__proto__`. All other properties are "assignable" normally.
114
+
Unexpected things also may happen when accessing `toString` property -- that's a function by default, and other built-in properties.
0 commit comments