An open API service indexing awesome lists of open source software.

https://github.com/yaliixxg/interview

前端面试题
https://github.com/yaliixxg/interview

html interview javscript web

Last synced: 5 months ago
JSON representation

前端面试题

Awesome Lists containing this project

README

          

# interview 前端面试
##### (持续更新学习...)

> 此仓库主要是用于积累归纳面试题,也是在一定程度上督促自我学习,自我提升。

## HTML [详情](https://github.com/YaliixxG/interview/blob/master/HTML.md)

1. 请解释一下 DOCTYPE 的作用,有 DOCTYPE 和没有 DOCTYPE 有什么区别?
2. 写一个三栏的布局,要求中间栏最先加载?
3. 树的遍历方式有哪些,简单介绍下方法?
4. 使用addEventListener点击li弹出内容,并且动态添加li之后有效

## CSS [详情](https://github.com/YaliixxG/interview/blob/master/CSS.md)

1. 使用 CSS 来实现一个连续的动画效果

## JavaScript [详情](https://github.com/YaliixxG/interview/blob/master/javascript.md)

1. 请用 javascript 写出 B 继承 A 的方法?
2. 请谈谈你对闭包的理解,写出一个简单的例子?
3. 怎么设置和获得以及删除 cookie?
4. 用 JS 来实现动画效果

5. 关于 var 重复声明的问题,看下段代码会弹出什么结果?
6. 一行代码实现数组去重

## WEB 浏览器 & Others [详情](https://github.com/YaliixxG/interview/blob/master/WEB.md)

1. 谈谈你对 WEB 标准的理解
2. 请说说你对 WEB 性能优化的理解
3. 浏览器输入网址后的加载过程?
4. 如何预防 CSRF 攻击?

## Vue [详情](https://github.com/YaliixxG/interview/blob/master/Vue.md)

1.Vue双向绑定的原理是什么?