Web/15-前端面试/面试题积累/面试技巧 by 千古壹号.md
2021-07-29 11:08:52 +08:00

71 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 写简历的注意事项
- 最多可以写“深入了解”,但不要写“精通”。
## 遇到不知道的问题,该怎么回答
- 这块儿我没了解过,准备回去看一下。
- 这块儿我没研究过,您有没有好的资料,我可以补充一下细节。
- 写不出详细的代码,但是知道思路。
## 项目经历
- 面试要体现项目的设计思路、方案设计等
## 模块化思维
1模块化设计的关键词**封装、继承**;把**通用**的模块**先抽象,后具体**,达到**复用**。【面试记住】
比如,**panel、按钮、轮播图**、列表等等,都可以提取为**抽象**的组件,复用。
2页面有哪几个模块
3每个模块分成不同的文件然后在index页面中import。
## ES6新特性
- let、const
- 函数扩展:参数默认值、箭头函数、扩展运算符`...`
- for of 循环
- map
- 模块化
## 薪资
面试官;"你要求多少薪资?"
我:“能给个范围吗?”