What to do if the web page is slow?
Senior Frontend Developer Interview Questions
1,280 senior frontend developer interview questions shared by candidates
In two hours build a take-home challenge that fetches a list of items from the server, displays them on a page, and allows the user to click into an item-detail page. Bonuses: write tests, write an items-refresh loop, write a list filter, provide details on visual choices
Developer going to the board and writing some html: "if you had to generate 200 items, how would you do this? Please write the code on the board" .
Why are you looking to leave your current job?
What will be the result? console.log(a); var a; and here? a; const a;
class Foo { add5(value){ value = value + 5; return value; } addElement(arr, elem) { arr.push(elem); return arr; } increment(arr) { arr[0]++; return arr; } } let fooInstance = new Foo(); let a = 9; const arr1 = [1,2]; const arr2 = [1,2,1]; fooInstance.add5(a); fooInstance.addElement(arr1, 3); fooInstance.increment(arr2); console.log(a); // ??? console.log(arr1); // ?? console.log(arr2); // ??
var count = Count(10); count(); // 10 count(); //11 count() // 12 *implement function
What would you do in certain situations or technical problems. What approach or what framework feature would you use to get to a solution.
What are your salary expectations? Can you legally work in Canada? Etc.
Why React, Whynot Angular, Diff btwn React and Angular and few good questions in react and HTML
Viewing 1 - 10 interview questions