List Question
10 TechQA 2024-11-23 10:09:20Is it possible to use the Object.create pattern to create a CustomEvent object?
113 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
625 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
67 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
114 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
107 views
Asked by David542
Different between `Object.create(ctor.prototype)` and `new ctor()`
68 views
Asked by GongT