Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

待分类 #9

Open
39 tasks
Yilun-Sun opened this issue Jan 14, 2021 · 0 comments
Open
39 tasks

待分类 #9

Yilun-Sun opened this issue Jan 14, 2021 · 0 comments

Comments

@Yilun-Sun
Copy link
Owner

Yilun-Sun commented Jan 14, 2021

let i = 1;
Object.defineProperty(this, 'a', {
    get: function(){
        return i++;
    }
});
console.log(a === 1 && a === 2)
  • 介绍下项目的架构
  • 做了哪些业务及其实现原理?
  • 项目中有哪些地方可以优化?(页面渲染速度,SEO,业务解耦,组件化等)
  • 压力测试

部分大厂可能存在压力测试。在面试中,问题千奇百怪,比如:你有什么优点,上家公司有什么好的地方可以借鉴,我们为什么要录取你等,但是结果一般都一致:面试官会不断的否定你,diss你,目的就是考察候选人的心里承受能力,看看在日后承受高强度的压力下会不会和领导对着干。所以如果非技术面试上面试官不问缘由的diss你,要淡定,不要生气,那可能不是因为你的问题,也可能是在压力测试。:)

  • 前端的专业发展到底在哪里?

即时通讯
3D可视化
Saas平台
跨平台小程序
跨端PC、APP产品
快应用

  • scss mixin (甚至是实现?)
  • css content 属性
  • img 是什么元素 (inline)
  • uglify
  • Object.defineProperty
  • hash 原理
  • map set内部原理 手写实现
  • Unicode UTF8/16 表示 以及转换
  • 数组的push()、pop()、shift()和unshift() 帮助
  • Promise
  • vue生命周期
  • react vue DOM原理
  • react hooks
  • states
  • document window的方法
  • chain 特效的实现
  • 尝试实现私有方法
  • 最后问面试官:

您能谈谈我即将共事的团队吗?
您工作在这儿最喜欢的一点是什么?
您能告诉我该职位的日常工作和安排吗?

  • var a = { 1: 'one' }; a[1] === a['1']
  • 代理模式
  • react vue diff算法
  • img alt title
  • vfor key 用来diff 然后 就地复用 尽量用唯一不会被修改的标识 类似id 而不是index
  • 异步加载js的方法 (请你讲一下异步加载js的方法有哪几种,它们的适用条件分别是什么?)
  • iframe是什么?有什么缺点?
  • 400和401、403状态码
  • 纯函数
  • [ ]
@Yilun-Sun Yilun-Sun pinned this issue Jan 23, 2021
@Yilun-Sun Yilun-Sun unpinned this issue Oct 12, 2021
gitbook-com bot pushed a commit that referenced this issue Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant