程序员面试刷题的书哪个好-GoGoGo:面试经历总结

时间:2024-07-27 06:43:47
【文件属性】:

文件名称:程序员面试刷题的书哪个好-GoGoGo:面试经历总结

文件大小:25KB

文件格式:ZIP

更新时间:2024-07-27 06:43:47

系统开源

程序员面试刷题的书哪个好 gogogo Summary of interview experience ByteDance JavaScript 宏任务与微任务 闭包概念,应用(防抖节流) 函数可以记住并访问所在的词法作用域时,即使函数在当前词法作用域之外执行。 防抖节流,函数柯里化,计时器,模块化。 async/await 和 Promise 实现,await 返回什么 输入 url 到返回内容发生了什么 跨域方式,图片跨域,cookie 跨域 怎么给数据结构添加迭代器 给数据结构添加 [Symbol.iterator] 方法,该方法返回一个遍历器对象,是 next 方法,next 执行返回当前成员信息,包含 value 和 done Object.prototype[Symbol.iterator] = function () { const keys = Object.keys(this); let index = 0; return { next: () => { return { value: this[keys[index++]], // 每次迭代的结果 done: ind


【文件预览】:
GoGoGo-main
----.markdownlintrc(38B)
----code()
--------eventProxy.js(222B)
--------instanceOf.js(380B)
--------flat.js(147B)
--------extend()
--------ajax.js(354B)
--------promise.js(3KB)
--------eventEmitter.js(813B)
--------sort()
--------curry.js(553B)
--------this.js(861B)
--------deounceAndThrottle.js(670B)
--------linkedList.js(1KB)
--------debounceAndthrottle.js(512B)
--------deepClone.js(527B)
--------jsonp.js(216B)
--------binaryTree.js(2KB)
----README.md(30KB)
----call.js(677B)

网友评论