savoygu / blog

面试、前端、Node.js、博客
83 stars 30 forks source link
blog frontend interview javascript nodejs vuejs

新的征程 — 面试篇

这里呢,会不断整理出我在面试中遇到的问题、面试中可能遇到的问题,与大家分享,并尽可能给出详细解释,当然了如果你有更好的解答也可以参与进来,愿景是打造一份对标大厂 P6/P7 的面试指南。

面试不是目的,成长才是!希望大家在找到工作的同时,也能有所提升,一起加油,共勉!

面试

HTML 篇

CSS 篇

  1. :tada: 制作布局

  2. :tada: 两栏布局三栏布局 :star::star::star:

  3. :tada: 居中方式 :star::star::star:

  4. :tada: BFC :star::star::star:

JavaScript 篇

  1. :tada: 手写系列

    1.1 :tada: instanceof

    1.2 :tada: new

    1.3 :tada: apply

    1.4 :tada: call

    1.5 :tada: bind

    1.6 :tada: throttle :star::star::star:

    1.7 :tada: debounce :star::star::star:

    1.8 :tada: Promise :star:

    1.9 :tada: 调度器

    1.10 :tada: deepClone :star:

    1.11 :tada: EventEmitter :star::star::star:

    1.12 :tada: Ajax

    1.13 :tada: jsonp

  2. :construction: 深入原理

    2.1 :tada: 变量声明提升 :star::star:

    2.2 :tada: this 指向 :star::star:

    2.3 :tada: 原型与原型链

    2.4 :tada: 继承 :star::star:

    2.5 :tada: 执行上下文

    2.6 :tada: 作用域与作用域链

    2.7 :tada: 上下文与作用域

    2.8 :tada: 闭包 :star::star::star:

    2.9 :tada: 事件循环 :star::star::star:

  3. :construction: [DOM 相关]()

    • :construction: [DOM Api]()

    • :construction: [DOM 事件]()

浏览器篇

Vue 篇

工程化篇

性能优化篇

小程序篇

常用库篇

网络篇

前端安全篇

综合篇

算法与数据结构篇

前端

Node.js

博客

  1. [:tada:] 深入理解 javascript 原型和闭包 [非原创, @王福朋]

  2. [:tada:] Node.js 项目线上服务器部署与发布 [非原创, @Scott]

  3. [:construction:] 致姗姗来迟的 Sass [原创]