Tip 1 : Practice a good amount questions for javascript,
Tip 2 : Done some project in frontend or backend using mern stack.
Tip 3 : Have well conceptual knowledge of javascript, how it works and all.
Tip 1 : Mention at least one full stack or frontend or backend depending upon you role
Tip 2 : If you know javaScript, don't forget to mention it
The interview took place at noon, The interviewer was very supportive, They start with my intro and there were 2 interviewers,
Then they directly dive into the question from javaScript.



Without using the function you will get many approaches on the internet but I am telling you for the useful function that provided in es6 and I solve in one line.
I use Set method just put the whole array = new Set(); and then return the array and you will get only unique values;
1) What is the new feature in Es6?
2)Do you know about closure?
3)Scoping in JavaScript
4)Question Related to function and many conceptual question related to javaScript.
They told me to Use crud operation handling all edge cases I have to store retrieve data manipulate and show to the users so (I cannot disclose the exact question) So you have to build logic to manipulate data according to the question and give back the result. Lastly, you have to upload it on the server to make it live.
Tip 1 : Just go well with node js making routes for each operation with the handling of edge cases
Tip 2 : Know about MongoDB to retrieve data
Tip 3 : Deploy on the server, I personally use netifly for the frontend and Heroku for the backend

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?