Results 7 comments of yuer

> 请问下这题主要考什么?为啥indexOf不行? 你用indexOf,面试官会问你有没有其他解法,直到KMP结束😢

> 这个问题做算法分析的都很难在面试的时候说明白的。不知道哪家公司会问这种问题。 海康威视

@ondys where map between sub-object ids and the corresponding sub object names? or how get sub object name?

> 1. 创建了一个新对象 > 2. 链接到原型 > 3. 绑定这个指向 > 4.返回这个对象 > > ```js > function _new() { > let obj = {} > let Con = [].shift.call(arguments) > obj.__proto__...

if i use `npm i` throw errror ``` npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2...