design question - high level how to design Wix Sheets (like google sheets)
Javascript Interview Questions
1,680 javascript 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.
How to improve code optimization ?
Viewing 291 - 300 interview questions