Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.86 KB

File metadata and controls

24 lines (18 loc) · 2.86 KB

Hall of Fame

This repo is about the questions asked in interviews specially in frontend engineer domain. It has mentioned which questions covered which concept so its easy to find concept wise , company wise questions and level wise questions.

.. Contribution Guidelines:

  1. Try to write a production level meaningful code.
  2. Cover all edge cases
  3. At top make a template like this /**
  • Original questions link for clear problem statement or someone might want to try code there
  • Level: Easy, Medium, Hard
  • Tags: Company this question asked in, DS Involved, Algo involved, Famous concept used
  • Avg time taken:
  • Concept covered */

Explain arguments of fucntion with jsdoc style comments

Please checkout a branch from master with name question/ and open a pr to master File name rules: Q-<question-name-seperated-by '-'>.js or any format you want