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

Use symbol to ensure uniqueness #145

Closed Rickion closed 6 years ago

Rickion commented 6 years ago

Use Symbol in custom 'call' & 'apply' to ensure the function name does not conflict with the property of the 'context'.

BTW, it's OK if U don't want to introduce 'Symbol' here.