List Question
10 TechQA 2024-12-25 06:52:34Is it possible to use the Object.create pattern to create a CustomEvent object?
120 views
Asked by AudioBubble
How to emulate a constructor with ES5 Object.create and object literal syntax?
9.7k views
Asked by Seth Ladd
Javascript Object.create not working in Firefox
3.7k views
Asked by dominos
Most optimized way to create multiple objects with several operations
631 views
Asked by spacing
Javascript Arrays created with Object.create - not real Arrays?
2.9k views
Asked by Philippe Plantier
extending Object.create() in javascript
73 views
Asked by AudioBubble
I want to write a function in Java that takes a String as argument and creates an object with the same name
122 views
Asked by whatzdamatter
How does object.create work in JavaScript?
2.7k views
Asked by Brian
Defining a class with or without the .prototype
114 views
Asked by David542
Different between `Object.create(ctor.prototype)` and `new ctor()`
74 views
Asked by GongT