What is the most efficient way to reverse a Javascript array?
Front End Engineer Interview Questions
14,988 front end engineer interview questions shared by candidates
What resources do I use to stay current on new technologies in an ever changing field?
// 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)
worst at everything you can think of be all
Would you be OK with going on-site to a Platt location for a few days to learn about a non-IT process of the company (e.g. how the product delivery team works)?
Aptitude contains basic numerical and age-related questions. Technical round - Basic OOPS, PHP, JavaScript, Project related, database questions like to find 3rd max salary, Joins, MySQL database engines
What is the difference between == and ===?
Just a simple phone interview to tell me about my self and the company
Another concept they asked me about was inline styling, which is a method of applying CSS rules directly to an HTML element using the style attribute.
Create a custom hook in react. This was to be solved on paper during the interview.
Viewing 2031 - 2040 interview questions