Junior Frontend Developer Interview Questions

10,721 junior frontend developer interview questions shared by candidates

Here's code, tell what console.logs will be and in which order const p = Promise.reject() p .then(() => console.log(1)) .catch(() => console.log(2)) .then(() => console.log(3)) p .then(() => console.log(4)) .catch(() => console.log(5)) .then(() => console.log(6))

Frontend Developer

Interviewed at Linked Helper

May 21, 2025

Here's code, tell what console.logs will be and in which order const p = Promise.reject() p .then(() => console.log(1)) .catch(() => console.log(2)) .then(() => console.log(3)) p .then(() => console.log(4)) .catch(() => console.log(5)) .then(() => console.log(6))

Viewing 1251 - 1260 interview questions

Glassdoor has 10,721 interview questions and reports from Junior frontend developer interviews. Prepare for your interview. Get hired. Love your job.