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

面试问别人的一些问题 #24

Open
sunyongjian opened this issue Jun 14, 2017 · 1 comment
Open

面试问别人的一些问题 #24

sunyongjian opened this issue Jun 14, 2017 · 1 comment

Comments

@sunyongjian
Copy link
Owner

第一次面试别人

2017-3-14...

  • css盒子模型有哪些,标准浏览器用的,举例子说一下用border-box的框架。
  • 媒体查询知道吗
  • css预处理器,好处,bootstrap用的是哪个
  • relative、fixed、absolute 和 static
  • for循环
  • 字符串倒叙
  • 数组去最大值最小值,剩下的求和
  • 事件代理
  • ng-if 跟 ng-show/hide区别
  • ng-click中,能使用js原声对象的方法吗,比如说Math.max
  • react了解吗
  • apply知道吗,es6里面有个能达到类似功能的
  • 箭头函数
  • 一秒之后打印name
let obj = {
   name: 'smartstudy',
   sayName: function(){
       // your own code
   }
};
  • amd和commonjs
  • 模板字符串
  • find
  • vim移到行头0 行位$,常用插件

two

  • 盒子模型,box-sizing:border-box

  • flex布局了解吗,假如我设置
    flex-direction: row,他的主轴是怎样的,什么属性定义了他在主轴的对齐方式

  • for-setTimeout

  • relative、fixed、absolute 和 static 区别

  • 减少页面加载时间的方法

  • http协议

  • 单页面应用seo优化

  • 如果你参与到一个项目中,发现他们使用 空格来缩进代码,但是你喜欢tab格,你会怎么做?

  • ng-click中写的表达式,能使用JS原生对象上的方法,比如Math.max之类的吗?为什么?

  • express中的中间件原理

  • 请解释可变 (mutable) 和不变 (immutable) 对象的区别。

Object.defineProperty(object, propertyname, descriptor)
//writable 任何对该属性改写的操作都无效(但不会报错)
//configurable 不能删除,修改
//enumerable 
  • hasOwnProperty

@Serendipity96
Copy link

面试别人的时候,自己有什么感想?期待分享

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants