Create a basic implementation of a streams API. The user should be able to push values to a stream, and subscribe to values that are pushed to that stream. For example, const z = new Stream(); z.subscribe((value) => console.log(value)); z.subscribe((value) => console.log(value * 2)); z.subscribe((value) => console.log(value * 3)); z.push(2); Should return 2 4 6
Software Front End Interview Questions
21,104 software front end interview questions shared by candidates
Why would you chose let over var, const over let
Flatten array. This array can have multiple types: {}, [], "", undefined, null, 123 are all valid types inside the array.
Explain how the curly brace syntax [in AngularJS] works and why it might not always be the best way to do it.
I felt that asking the looksay question is the wrong caliber for a front-end developer. I had some difficulty with it because I have never heard of this question/algorithym before (I googled it later). It felt like the interviewer was looking for one specific answer and I could tell that he was getting frustrated that I didn't know the answer. He quickly ended the interview. To me it seems like this is not the type of question to be asking if they are looking for a front-end developer. Seems like a good question for a senior DB role.
What is semmetric html
do you like working on a team or alone?
Why do you want to work at Wegmans?
Have you ever had a conflict with a manager or other coworker in a previous job?
what is content attribute in css
Viewing 281 - 290 interview questions