Front End Developer Intern Interview Questions

12,597 front end developer intern interview questions shared by candidates

// 1. output? function test() { console.log(a); console.log(foo()); var a = 1; function foo() { return 2 } } test() // 2. output? let c = [100, 200, 330, 400]; let [a, ...b] = c; console.log(a, b); // 3. output? // Ans: 1undefined var y = 1; if (function f() { }) { y += typeof f; } console.log(y)

Front End Developer

Interviewed at TPIsoftware

3.1
Oct 22, 2022

// 1. output? function test() { console.log(a); console.log(foo()); var a = 1; function foo() { return 2 } } test() // 2. output? let c = [100, 200, 330, 400]; let [a, ...b] = c; console.log(a, b); // 3. output? // Ans: 1undefined var y = 1; if (function f() { }) { y += typeof f; } console.log(y)

Viewing 1671 - 1680 interview questions

See Interview Questions for Similar Jobs

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