Write the following utility; import {acc, total, reset} from "index.js" acc(2 ,3) // 5 acc(1,2) // 3 total() // 8 reset() // 0 total() // 0 and add promise support like this; acc(Promise.resolve(1),2) // 3 and write unit tests for this with Jest.
Javascript Engineer Interview Questions
1,561 javascript engineer interview questions shared by candidates
How much ReactJS experience do you have?
which following is true about Node.js clustering? 1- A single instance of Node.js runs in a single thread. 2-To take advantage of multi-core systems, it is available to launch a cluster of Node.js processes to handle the load. 3-The cluster module allows easy creation of child processes that all share server ports. 4-All of the above ------------------------- let racer = function() { setTimeout(() => console.log("timeout"), setImmediate(() => console.log ("immediate")) ; process.nextTick(() => console.log("nextTick")) console.log( "current event loop") } racer(); Choose the best option 1- timeout, immediate, nextTick, current event loop 2- immediate, timeout, nextTick, current event loop 3- timeout, immediate, current event loop, current event loop 4- current event loop, nextTick, timeout, immediate 5- Syntax Error ---------------------- What styling method is not used in React? 1- by className 2- by inline styles 3- style bindings 4- css-in-Is 5- 3rd party libraries for styling components such as StyledComponents, Radium, (ssModules, etc.
all fundamental questions realated to angular and node
whatever profession I choose, if I were not a developer?
Database partitioning term
Build an interpreter similar to React's JSX
Build an interpreter similar to React's JSX
cards question using javascript coding
At Clevertech, communication is important to us. Communication within our teams and with client interactions. Given this requirement, we invite you to participate in a brief voice recording session as part of our evaluation process. Because we receive a high volume of applications, those who submit a short audio note showcasing high-quality conversational skills, regardless of accents, will receive closer consideration. In this recording, we want you to share insights on why you'd be a great cultural fit for the position. Please make sure your recording is at most 40 seconds. All audio clips are used solely for the purpose of determining effective communication skills and follow our information handling policy to respect your privacy. If you can't record now, check your email for a link and start from where you left off. Thanks for your interest in Clevertech!
Viewing 321 - 330 interview questions