GFE 75

Most important 75 questions for front end interviews, selected by a panel of Senior Front End Engineers from big tech companies.
由前面试官整理
73个带解答的问题
时间高效
  • 防抖实现一个函数,通过延迟函数执行,直到其最后一次执行尝试后经过指定时间,来限制函数可以执行的次数。
    语言
  • Array.prototype.reduce实现 Array.prototype.reduce() 方法
    语言
  • Classnames实现一个有条件地将 CSS 类名连接在一起的函数
    语言
  • 扁平化实现一个函数,该函数将数组递归地扁平化为单层深度。
    语言