Tip 1 : Have a good command in Js
Tip 2 : Do at least 2 development project
Tip 3 : Node js , express , javascript is mandatory
Tip 1 : add js , node js , express and backend skill
Tip 2 : Do at least 2-3 development project
It was in the evening
Interviewer was very cool



Merge Sort Algorithm -
Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

The above illustrates shows how merge sort works.
It is compulsory to use the ‘Merge Sort’ algorithm.
he asked many terms related core js and told me to start the express server and told me to do fetch api.
Step 1: just import express and then u can listen on the port , and then app.fetch(url);
Step 2: learn all the basic of javascript about scoping , lexical scope and many terms related to js

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