Tip 1 : Learn the javascript theory from Akshay Saini Namaste Javascript on youtube
Tip 2 : Have a good idea about your projects
Tip 3 : learn fundamentals of React JS or any other frontend framework
Tip 1 : Mention all your projects related to frontend technologies
Tip 2 : Don't write anything that you don't know



1. The coordinates will be given in non-descending order of X coordinate from start to end of the linked list.
2. All the coordinates will be pairwise distinct i.e there are no two coordinates (X1, Y1) and (X2, Y2) such that X1 = X2 and Y1 = Y2 and there will be an edge between every two consecutive coordinates.
3. The first coordinate and the last coordinate in the input can be assumed as the starting point and the ending point of the curve respectively and there will not be an edge between these two coordinates.
What are your strength? In this question your response is getting recorded through video by the test platform
Tip 1 : Take time to understand the question
Tip 2 : Speak clearly
Tip 3 : Don't cheat while speaking because you are being recorded



1. Use for loop to go through the array.
2. Check if any elements is repeated and delete it.
3. Use javascript only.
var a = 4;
{ var a = 5}
console.log(a)
the answer is 4. since the value of a is 4 in global space.
Many problems are asked on the topic of javascript like hoisting, closures, higher order functions, React hooks, difference between var, let and const. , diffrence between lexical and global space.
Why you are leaving your current company?
What is your notice period?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: