Closed ghost closed 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
Hi there, Good job. This repo is great. One typo find in Front End-JS-Built-in Types