Posts by Felipe Leão • 323 points
1 post
-
22
votes2
answers570
viewsQ: What is the difference between Object.create or new Object() in Javascript?
I’m going through a technical doubt in Javascript: What’s the difference between Object.create and new Object()? What cases do I have to adopt one over the other?…