Front End Developer Interview Questions

12,592 front end developer interview questions shared by candidates

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
avatar

Software Engineer - Front End

Interviewed at Stash

2.6
May 12, 2017

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

Viewing 1181 - 1190 interview questions

Glassdoor has 12,592 interview questions and reports from Front end developer interviews. Prepare for your interview. Get hired. Love your job.