1,JS中使用typeof能得到哪些类型
image.png
2,何时使用===何时使用==
image.png
3,JS有哪些内置函数
image.png
4,JS变量按照存储方式分为哪些类型并描述其特点
image.png
5,如何理解JSON
6,如何准确判断一个变量是数组类型
image.png
7,写一个原型链继承的例子
image.png
8,描述new 一个对象的过程
image.png
9,说一下对变量提升的理解
Paste_Image.png
10,说明this几种不同的使用场景
Paste_Image.png
11,创建10个<a>标签,点击的时候弹出来对应的序号
Paste_Image.png
12,如何理解作用域
Paste_Image.png
13,实际开发中闭包的作用
Paste_Image.png
14,同步和异步的区别是什么
Paste_Image.png
15,一个关于setTimeout的笔试题
Paste_Image.png
16,前端使用异步的场景有哪些
Paste_Image.png
17,获取2017-06-10格式的日期
Paste_Image.png
18,获取随机数,要求是长度一致的字符串格式
Paste_Image.png
19,写一个能遍历对象和数组的通用forEach函数
Paste_Image.png
20,DOM是哪种基本是数据结构,操作的常用API有哪些
Paste_Image.png
21,DOM节点的attr和property有何区别
Paste_Image.png
22,编写一个通用的事件监听函数
Paste_Image.png
23,描述事件冒泡的流程
Paste_Image.png
24,对于一个无线下拉加载家兔的页面,如何给每个图片添加事件监听
Paste_Image.png
25,手动编写一个ajax,不依赖第三方库
Paste_Image.png
26,跨域的几种实现方式
Paste_Image.png
finally,描述一下cookie,sessionStorage和localStorage的区别
Paste_Image.png