You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this repo, we can use JS methods to implement remove a product. For graduate he or she may not know this JS lib, this will be a misleading information that graduate should spend much time on it.
import _ from "lodash"; is not a best practice, use import remove from "lodash/remove"; better.
We can see candidate‘s javascript skills during the interview.
The text was updated successfully, but these errors were encountered:
Reasons:
import _ from "lodash";
is not a best practice, useimport remove from "lodash/remove";
better.The text was updated successfully, but these errors were encountered: