How much memory is taken up in javascript object assignment

前端 未结 0 1152
轮回少年
轮回少年 2020-12-15 05:26

assume the following

const a = { name: \'John Doe\', age: 20 };
const b = a;

b is only as

相关标签:
回答
  • 消灭零回复
提交回复
热议问题