Awesome-JavaScript-Interviews

授权协议 Readme
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 徐涵亮
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Awesome JavaScript Interviews

A collection of super-popular Interview questions, along with explanations and implementation examples that I was putting together for myself while preparing for my first Full-Stack JavaScript job interviews.

Table of Contents of this Readme file

  1. Most common Fundamental JavaScript Interview Topics & Questions

  2. Most common Tricky Javascript Interview Topics & Questions

  3. Most common Async/Await and Promise related Interview Topics & Questions

  4. Most common Node Interview Topics & Questions

  5. Most common Web-Development Architecture related Interview Topics & Questions

  6. Most common React Interview Topics & Questions

  7. Most common Redux Interview Topics & Questions

  8. Most common Angular Interview Topics & Questions

  9. Most common MongoDB Interview Topics & Questions

  10. Most common HTML Interview Topics & Questions

  11. Most common CSS Interview Topics & Questions

  12. Most common Git and Github related Interview Topics & Questions

  13. Understanding the Theory and the fundamentals of some super-popular Algorithm questions

  14. Github Repositories with large collections of problems-and-solutions of them most popular Interview challenges

  15. Overall multi-factor approach for winning this huge challenge and a great journey of getting the first Developer Job

  16. Other important resources

  17. Coding Challenge Practice Platforms

  18. More curated list of general resources for JavaScript Interviews

  19. Most frequently asked concepts for Front End Engineering Interview

  20. List of sites where you can hunt for a developer job

  21. Want a startup job?

  22. Best places to job hunt for remote jobs

  23. Here are a few places to hunt for ios, react, vue and more

  24. Want a list of just JavaScript jobs?

  25. Are you looking for a junior dev job?

  26. Women focused job boards!

  27. Want a job as a freelance dev? Here's a list

  28. Some useful websites for programmers

  29. When you get stuck

  30. For small project ideas

  31. General Coding advice

  32. Coding Style

  33. General Good Articles

  34. Collection of Leetcode Problem solution

  35. Collection of Cracking the Coding Interview Book Problem solution

  36. Most common System-Design Interview Topics & Questions

  37. System-Design related topics-Some very useful articles

  38. System-Design-Company engineering blog

[↑] Back to top

Most common Fundamental JavaScript Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Tricky Javascript Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Async/Await and Promise related Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Node Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Web-Development Architecture related Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common React Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Redux Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Angular Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common MongoDB Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common HTML Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common CSS Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Most common Git and Github related Interview Topics & Questions

(Below Links are all within this Repository)

[↑] Back to top

Understanding the Theory and the fundamentals of some super-popular Algorithm questions

[↑] Back to top

Github Repositories with large collections of problems-and-solutions of them most popular Interview challenges

[↑] Back to top

Overall multi-factor approach for winning this huge challenge and a great journey of getting the first Developer Job

[↑] Back to top

Other important resources

[↑] Back to top

Coding Challenge Practice Platforms

[↑] Back to top

More curated list of general resources for JavaScript Interviews

[↑] Back to top

Most frequently asked concepts for Front End Engineering Interview

  1. call, apply and bind method
  2. Polyfill for bind method
  3. Currying
  4. Debouncing
  5. async vs defer
  6. Event Bubbling & Capturing
  7. Prototype & Prototypal Inheritance
  8. Throttling
  9. Thinking Recursively
  10. Local Storage and Session Storage
  11. CORS
  12. sum(a)(b)(c)...(n)
  13. Web Storage APIs
  14. Event Loop
  15. Web Sockets
  16. Closures
  17. Callbacks & Promises
  18. Revise everything again
  19. Difference between deep clone and shallow clone and how to write your own deep clone fucntion/polyfill for deepclone
  20. ES6 data structures such as Map and Set. In certain cases, Map is much better suited than an Object. Probably even Server Sent Events would be a good thing to know.
  21. Observable and subscribers, subject, behaviour subject and repeatable subject

[↑] Back to top

List of sites where you can hunt for a developer job

[↑] Back to top

Want a startup job?

[↑] Back to top

Best places to job hunt for remote jobs:

[↑] Back to top

Here are a few places to hunt for ios, react, vue and more

[↑] Back to top

Want a list of just JavaScript jobs?

[↑] Back to top

Are you looking for a junior dev job?

[↑] Back to top

Women focused job boards!

[↑] Back to top

Want a job as a freelance dev? Here's a list

[↑] Back to top

Some useful websites for programmers

  • When you get stuck
  • For small project ideas
  • General Coding advice
  • Coding Style
  • General Good Articles
  • [↑] Back to top

    When you get stuck

    • Codementor : A mentorship community to learn from fellow developers via live 1:1 help and more.
    • devRant : Community where you can rant and release your stress
    • Learn Anything : Community curated knowledge graph of best paths for learning anything
    • Quora : A place to share knowledge and better understand the world
    • Stack Overflow : subscribe to their weekly newsletter and any other topic which you find interesting
    • Stackoverflow High Scored JS Questions : Dashboard to track top Javascript questions asked on Stackoverflow

    [↑] Back to top

    Ideas For small project ideas

    [↑] Back to top

    General Coding advice

    [↑] Back to top

    Coding Style

    [↑] Back to top

    Collection of Leetcode Problem solution

    [↑] Back to top

    Collection of Cracking the Coding Interview Book Problem solution

    [↑] Back to top

    UX-CSS-Design Sense Related

    Most common System-Design Interview Topics & Questions

    (Below Links are all within this Repository)

    [↑] Back to top

    System-Design related topics-Some very useful articles

    [↑] Back to top

    Design a Google document system

    [↑] Back to top

    Design a random ID generation system

    [↑] Back to top

    Design a key-value database

    [↑] Back to top

    Design the Facebook news feed function

    [↑] Back to top

    Design the Facebook timeline function

    [↑] Back to top

    Design a function to return the top k requests during past time interval

    [↑] Back to top

    Design an online multiplayer card game

    [↑] Back to top

    Design a graph search function

    [↑] Back to top

    Design a picture sharing system

    [↑] Back to top

    Design a search engine

    [↑] Back to top

    Design a recommendation system

    [↑] Back to top

    Design a tinyurl system

    [↑] Back to top

    Design a garbage collection system

    [↑] Back to top

    Design a scalable web crawling system

    [↑] Back to top

    Design the Facebook chat function

    [↑] Back to top

    Design a trending topic system

    [↑] Back to top

    Design a cache system

    [↑] Back to top

    System-Design-Company engineering blog

    [↑] Back to top

     相关资料
    • awesome javascript JavaScript 资源大全中文版 伯乐在线 CanIUse 前端兼容性自查工具

    • awesome-coding-javascript �� 持续构建个人的源码库,更多信息请看这篇文章。 1. JavaScript 原生和常用方法的代码实现 call / apply 实现 bind 实现 new 实现 deepclone 深拷贝实现 throttle 节流实现 debounce 防抖实现 URL 参数解析 实现 Promise 实现 async/await 实现 订阅/发布 实现

    • Awesome Awesome Node.js A curated list of awesome lists that are about or related to Node.js. Inspired by the awesome list thing, going deeper down the rabbit hole. �� Meta stuff about this awesome li

    • A curated list of awesome things related to Vite.js This awesome list is for Vite 2.x and onward. Vite 1.x's list is archived. Resources Official Resources 文档 GitHub Repo Release Notes Vue 3 Docs Awes

    • Awesome Python 是一个资源整理集合,由 vinta 发起和维护。内容包括:Web框架、网络爬虫、网络内容提取、模板引擎、数据库、数据可视化、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析等。 这个系列没有推荐 Python 书籍、经典博文、交互教程,所以另外推荐:《25本免费的Python电子书》、《学习Python编程的11个(教程)资源》、《PythonMonk:Py

    • Font Awesome 是一个图标工具包。其已经被重新设计并从头构建。除此之外,还增加了一些功能,比如 icon font ligature、SVG 框架、流行的前端库(如 React)的官方 NPM 包,以及对新 CDN 的访问。Font Awesome 已扩展至 7,865 个图标。