Tip 1 : node js basic
Tip 2 : opps in node js
Tip 3 : 5 project with node mongo aws
Tip 1 : 6 project
Tip 2 : knowledge about all projects hands on
Basic node js



We have an array ARR = {1, 2, 3, 4, 5, 6} and M = 3 , considering 0
based indexing so the subarray {5, 6} will be reversed and our
output array will be {1, 2, 3, 4, 6, 5}.
Basic aws questions
How lambda connect with mysql
Tip 1 : if in same vpc
Tip 2 : connect with public ip
Tip 3 : or with private ip

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?