All Projects → lesnitsky → front-end-interview

lesnitsky / front-end-interview

Licence: other
Front-end interview questions

Projects that are alternatives of or similar to front-end-interview

Test-Bank
Interview preparation and practice problems
Stars: ✭ 43 (+53.57%)
Mutual labels:  front-end, interview, interview-questions
Front End Interview
A list of interview for front-end developer(前端开发者面试清单)
Stars: ✭ 2,754 (+9735.71%)
Mutual labels:  front-end, interview, interview-questions
Must Know About Frontend
🎓 취준생이라면 반드시 알아야 하는 프론트엔드 관련 지식들
Stars: ✭ 693 (+2375%)
Mutual labels:  front-end, interview, interview-questions
Fe Interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
Stars: ✭ 19,638 (+70035.71%)
Mutual labels:  front-end, interview, interview-questions
front-end-interview
collection of interviewed questions
Stars: ✭ 54 (+92.86%)
Mutual labels:  front-end, interview
front-end-interview-guide
前端面试手册,含JS,HTML,CSS,算法和数据结构,计算机系统,计算机网络,浏览器,性能优化,前端工程化,数据库,前端框架,小程序,设计模式,数据可视化
Stars: ✭ 42 (+50%)
Mutual labels:  front-end, interview-questions
BFEdevSolutions
Solutions to problems that I solved on bigfrontend.dev
Stars: ✭ 21 (-25%)
Mutual labels:  front-end, interview-questions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+195882.14%)
Mutual labels:  interview, interview-questions
awesome-interview
剑指前端 Offer
Stars: ✭ 1,509 (+5289.29%)
Mutual labels:  front-end, interview-questions
TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (+853.57%)
Mutual labels:  interview, interview-questions
Front End Developer Interview Questions
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
Stars: ✭ 51,617 (+184246.43%)
Mutual labels:  front-end, interview-questions
front-end-interview
🌈 2023 前端面试题 + 知识库汇总,你值得拥有~
Stars: ✭ 93 (+232.14%)
Mutual labels:  front-end, interview
Web Interview
我是「齐丶先丶森」,公众号「前端面试秘籍」作者,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!
Stars: ✭ 1,230 (+4292.86%)
Mutual labels:  front-end, interview
Learningrecord
学习资料汇总、阅读记录,持续学习,每天进步一点点.🏫🏫
Stars: ✭ 95 (+239.29%)
Mutual labels:  front-end, interview
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+552253.57%)
Mutual labels:  interview, interview-questions
Fed Note
我是Mokou, 📘 这里是写前端博客和备忘学习的地方。Vue3 源码解析连载中。喜欢请Star。
Stars: ✭ 180 (+542.86%)
Mutual labels:  front-end, interview
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (+800%)
Mutual labels:  interview, interview-questions
How To Prepare For Google Interview Swe Sre
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
Stars: ✭ 251 (+796.43%)
Mutual labels:  interview, interview-questions
Front End Interview Handbook
⚡️ Front End interview preparation materials for busy engineers
Stars: ✭ 32,265 (+115132.14%)
Mutual labels:  front-end, interview-questions
Fe Interview
😃 每日一道经典前端面试题,一起共同成长。
Stars: ✭ 134 (+378.57%)
Mutual labels:  front-end, interview

Front-end-interview

Front-end interview questions

Core JS

  • closures
  • context
  • Function.prototype.bind polyfill
  • Classes in JavaScript (es5) / prototypal inheritance
  • Object.create polyfill
  • Array.prototype.* methods
  • Event loop
  • Promises, async functions
  • DOM API / event handling / event delegation
  • use strict;
  • hoisting

HTML/CSS

  • Selectors specificity
  • Rednering pipline

Advanced

  • ES6 features
  • CSS Animations / requestAnimationFrame
  • Browser rendering pipeline
  • modules (CommonJS vs ES6)
  • V8 optimisations / optimisation killers
  • memory leaks

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].