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

typo #130

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi there, Good job. This repo is great. One typo find in Front End-JS-Built-in Types

let a = 111 // only literals, not a number    Here, a is a number, but NOT a Number Object.
a.toString() // converted to object when necessary