Skip to content

Instantly share code, notes, and snippets.

@ericchen
Last active April 18, 2024 05:04
Show Gist options
  • Save ericchen/ff106d6e56528a6cf04ef52dcd172ff0 to your computer and use it in GitHub Desktop.
Save ericchen/ff106d6e56528a6cf04ef52dcd172ff0 to your computer and use it in GitHub Desktop.
前端面试题目
  1. JS作用域有哪些,分别有什么区别?
  2. 说一说cookie sessionStorage localStorage 区别
  3. 怎么添加事件监听,有哪些方式,请分别写出
  4. const arr = [1, [2, [3, 4]]], 请写一个函数实现将数组arr扁平化。
  5. 实现一个串行的后台接口加载函数, 要求上一个接口加载完毕,再加载下一个接口
  6. HTTP 常用的状态码及使用场景
  7. HTTP 常用的请求方式,区别和用途
  8. 跨域有哪些解决方案?各有什么区别。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment