SpiceQA
Questions
Tags
Users
Badges
prototypal-inheritance
31 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why is obj.constructor.prototype not always equal to obj.__proto__?
user_6848923
0
•
asked Aug 1, 2020
7
1
101
prototypal-inheritance
javascript
Why is the prototype of the function 'Function' again a function and not an object like the prototype of the function 'Object'?
user_13293862
0
•
asked May 21, 2020
2
0
43
prototypal-inheritance
function
functional-programming
javascript
Angular component inheritance. How parent's life cycle hooks can be executed?
user_11644286
0
•
asked Jun 19, 2019
5
3
4543
angular
typescript
prototypal-inheritance
Are there efficient ways to use `__proto__` or `setPrototypeOf()` in javascript?
user_122422
0
•
asked Sep 29, 2017
11
1
773
prototype-chain
prototypal-inheritance
prototype
inheritance
javascript
How to avoid prototype pollution in javascript?
user_3617571
0
•
asked Jul 22, 2017
7
1
1327
prototypal-inheritance
javascript
Why a property in an object is undefined, although it exists in object's __proto__?
user_1114926
0
•
asked May 31, 2017
2
1
122
proto
prototypal-inheritance
object
javascript
Function constructor in Crockford's pseudoclassical inheritance section
user_2156877
0
•
asked Mar 7, 2016
3
1
119
prototypal-inheritance
javascript
JS function: prototype overriding vs prototype extension
user_1036188
0
•
asked Dec 25, 2013
4
1
114
prototypal-inheritance
prototype
javascript
How do you override bindings up a JS constructor chain?
user_378151
0
•
asked Dec 5, 2013
4
3
139
prototypal-inheritance
late-binding
constructor-chaining
jquery
javascript
Why use Object.prototype.hasOwnProperty.call(myObj, prop) instead of myObj.hasOwnProperty(prop)?
user_761063
0
•
asked Aug 18, 2012
134
6
61462
hasownproperty
requirejs
prototypal-inheritance
javascript
Prev
Prev
1
2
(current)
3
4
Next
Next
Hot Questions