Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.14 KB

README.md

File metadata and controls

22 lines (18 loc) · 2.14 KB

front-end-interview-challenges

My collection of interview challenges, concepts and patterns.

Resources I've used to level up and prep for front end techincals:

Articles that are helpful for getting started

  • 3 Month Coding Interview Bootcamp - written by the creator of Educative.io so it heavily suggests you signup for their site but still a good getting-started outline for making your study plan

Some of the directories or source files are empty as placeholders, they'll be filled as I get to them.

Repo Directory

In this repo we have:

  • Challenges - leetcode style coding questions
  • Components - some common components you may be asked to build in an interview
  • Concepts - aspects of JS that you want to know throughly
  • Data structures - common DSs that you may be asked to write or elaborate your understanding of
  • Patterns - common creational, structural, behavioral & architectural patterns you should be familiar with
  • Utilities - utility functions you may asked to write