字节广告一面

8.5 晚 19:30 约1小时
  1. 自我介绍
  2. 进程间通信方式
  3. tcp流量控制
  4. tcp和udp区别
  5. 事件模型
  6. 讲项目 预加载、不同机型兼容
  7. 浏览器缓存有哪些,sessionStorage,localStorage,cookie区别
  8. js数据类型,基本类型和引用类型的区别,怎么判断是不是数组
  9. if([] == falseconsole.log(1)
    if({} == falseconsole.log(2)
    if([]) console.log(3)
    if([1] == [1]) console.log(4)
    输出啥
  10. 隐式转换
  11. function Animal(){}
    var cat = new Animal()
    Animal.prototype = {bark:true}
    var dog = new Animal()
    console.log(cat.bark)
    console.log(dog.bark)
    输出啥
  12. new发生了啥,原型链
  13. new Promise(function(resolvereject){
        console.log('2')
        resolve(3)
    }).then((res)=>{
        console.log(res)
        return 4
    }).then((res)=>{
        console.log(res)
    })
    setTimeout(()=>{
        console.log('5')
    })
    console.log('6')
    判断输出顺序
  14. 防抖和节流是什么,怎么实现
  15. 盒子模型,从外到内分别是啥,width是哪部分,position属性
  16. 垂直居中实现
  17. 代码 绝对众
    定义: 对于给定数组,包含的数字个数为N, 其中出现次数超过N/2的数字,称为绝对众数。
    题目:已知给定N个整数存在绝对众数,求此绝对众数。
    arr = [2, 2, 1, 1, 3, 2, 1, 2, 1, 1, 1] 
暂时只记得这么多
已凉
全部评论

相关推荐

美团 后端开发 总包n(15%是股票)
点赞 评论 收藏
分享
我见java多妩媚:大外包
点赞 评论 收藏
分享
评论
3
收藏
分享
牛客网
牛客企业服务