Frontend Interview Experience Yelp

First time posting!!! Can’t see the post :frowning:

Rarely see front-end OA, sharing about Pharmacy OA, did it twice. The first time the position was canceled after completion… Recently did it again.

The first time was in March last year, can be ignored if not valuable for reference…
The task was very easy (no screenshots, sorry). Done using React.
Requirement was to write a counter that can be stopped at any time. Given an initial value, pressing the button would increment the number every second, and pressing again would stop the counting.

The most recent time was a week ago, also done using React, and another basic task.
Requirement was an empty div with an array given, containing hash codes of several colors.
Each color needed to be rendered as a button, and upon pressing a color button, the div’s color should change to the selected color.

Passed both times. Will share about the next week’s OA later. If there are any shortcomings in the first attempt, please leave a comment, and I will add them.