Interviews

9 Interview Questions Every Senior React Developer Should Know

As a React developer, you’ll eventually experience the urge to take that next large step into a senior role....

Feb 28 · 7 min read >

All the questions to prepare for your next Frontend Interview

I will briefly describe the most frequently asked Interview Questions for a Frontend or Senior Frontend Role. Array ·...

Feb 10 · 1 min read >

Javascript interview questions

Here is my list of Interview questions that I have been using at interviews to have a good conversation...

May 16 · 3 min read >

Interviewer: Can “x !== x” Return True in JavaScript?

Preface Recently I was asked a few strange interview questions. They are different from the regular questions: these interview...

Apr 29 · 1 min read >

Find() vs. Filter() in JavaScript

When we handle an array in JavaScript, we may need to find a single item in the array collection....

Apr 15 · 1 min read >

10 Angular Interview Questions

Table of contents 1. When would you use the constructor() versus the ngOnInit() method? 2. What are some performance...

Aug 15 · 9 min read >