InterviewMap / CS-Interview-Knowledge-Map

Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
https://yuchengkai.cn/docs/frontend/
18.3k stars 2.57k forks source link

feat: JS add deepCopy function and fix describe bug #155

Closed MrZhang123 closed 6 years ago

MrZhang123 commented 6 years ago

Most of time , interview need write a simple deepCopy function , but in JS about deepCopy section not have deepCopy function , so add the simple deepCopy function. In addition fix describe bug.