Write a function that takes in an array of int's and a number. This function should output true or false if the number provided can be made using the any two numbers in the array. Ex. ([1,2,3,4,5] , 5) ==> false ([1,2,3,4,5] , 4) ==> true (1+3) ([1,2,3,4,5] , 6) ==> true (5+1 or 2+4) ([1,2,3,4,5] , 10) ==> false
Front End Developer Interview Questions
12,592 front end developer interview questions shared by candidates
Why use CDN? (due to limitations of http 1.1 protocol)
Why did I want to look for a new opportunity?
Experiencia previa en el area
If you have a 3L and a 5L jar, how will you measure 4L? (Asked in Round 2)
Write a program to implement Queue using 2 stacks. (Asked in Round 2)
What is DOM? What is a window?
Angular Lifecycles
Tell me about your daily routine?
General experience questions across 2x separate interviews
Viewing 1181 - 1190 interview questions