Closed haoxins closed 10 years ago
chrome
var u = {name:'haoxin'}; var c = Object.create(u); // c is // {name: "haoxin"}
but in node env, just get c is {}
c
{}
oh, it's same. both to __proto__
__proto__
chrome
but in node env, just get
c
is{}