js部分
1,call,bind,apply方法的作用,及区别?
2,async await Promise的使用
https://blog.csdn.net/mr_wrong1/article/details/76651947
3,promise的几种方法
4,app.module.component 与普通的自定义component有神么区别?
5,数组扁平化
https://www.cnblogs.com/wind-lanyan/p/9044130.html
6,数组去重
7,JS实现统计字符串中字符出现个数及最大个数功能示例
8,css盒子模型
9,CSS animation 与 CSS transition 有何区别
1)、animation多两个参数 循环和动画方式
2)、transition 不能自行触发,通过hover等动作,或者结合js进行触发。animation可以自行运行
3)、transition可控性相对较弱,只能够指定起始和结束的状态,而animation可以定义多个关键帧
4)、动画在运行结束之后,需要回到初始状态
5)、transition的作用,可以用一句话来概括“平滑改变CSS值”
10,css定位属性的描述。
11,array有哪些高阶方法?
12,ts运用的怎么样
13,拦截器?
14,登录token?
15,什么是BFC?
块级格式化上下文
https://www.cnblogs.com/libin-1/p/7098468.html
16,浅谈display:flex
https://blog.csdn.net/weixin_36401046/article/details/53127019
17,redux的使用流程,有哪些方法?
18,微信小城序,微信支付前端如何操作?
19,webpack?
20,sass,less都有哪些用法?
21,canvas用法?
网友评论