design question - high level how to design Wix Sheets (like google sheets)
Javascript Engineer Interview Questions
1,561 javascript engineer interview questions shared by candidates
Would the following code produce the same output in Google Chrome as in Node? Why? console.time("loop"); for (var i = 0; i < 1000000; i += 1){ // Do nothing } console.timeEnd("loop");
No question. I will mention what's important in your practical task in the answer section.
merge two objects in javascript
There were 3 interviews. First includes a simple test of string input, check for syntax of braces: "{([})]" for example Second includes callbacks and understandings of it. Third is a bit more advanced callbacks knowledge and api creations with it.
Where do you live?
let a = {name: "xyz"}; let b = a; b.name = "qaz"; what is the value of a?
the functionality of Math.round
Can we use javascript independent of the database connection.
sum(2,3) // prints 5 sum(2)(3) // this too prints 5 Write the function sum()
Viewing 271 - 280 interview questions