Tip 1 : Go through deep Javascript questions
Tip 2 : Also go through DSA questions and regular practice on it
Tip 3 : Add atleast 3 projects
Tip 1: Add 3 projects
Tip 2: Do not give false things on resume



‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’.
‘ARR1’ = [3 4 6 9 10]



1. The input string may contain the same characters, so there will also be the same permutations.
2. The order of permutation does not matter.



Order of numbers should be in the non-decreasing matter.
You are given ‘N’ as 12, so the output should be [1, 2, 3, 4, 5, 6, 7, 8, 9, 11], as all single-digit numbers are palindromic, and 11 is also a palindromic number.
Tell me about yourself.
Why we should hire you?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?