Write a JavaScript function that creates HTML based on a given input dataset.
Web Development Engineer Interview Questions
93 web development engineer interview questions shared by candidates
Write a JavaScript function that notifies the user based on data associated with an element.
Always print the third unique number of a sequence. The list of unique numbers can hold up to 4 elements, if it gets more, it haves to discard the oldest number. Examples: Input: 1, 1, 2, 3, 3, 4, 6 Answer: null, null null 3 3 3 4 4
1)write a plugin like query on the paper 2)write a data structure queue program in javascript on the paper 3)given 2 objects var obj1 = { name: "abc"; }; var obj2 = { age: 25 }; do the interitance; 4)lets have ()[]{} pattern should have open and close inorder; example a{abc()}[]//write a funtion to return true; example a{a[bc}//write a funtion to return false; 5)function Test(){ for(var i=0; i<10;i++){ setTimeout[function(){ console.log(i); },0); } } Test(); //I have told the answer (i.e will display 10 in 10 times) But they have asked me to print the 1 to 10 with same code 5) add(2)(5)(3);//output should be 10
If offered the position, what will you present at our annual development conference?
Asked for a walk-through of previous projects.
How to found first unrepeated character in the string. “abca” return “b”
16 bit number: how to change the bits 0 with 1, 2 with 3 etc..
write class implements Queue with ability to set Priority for an item of the Queue
Basic javascript coding test followed by MCQs on Angular JS and basic HTML/CSS.
Viewing 21 - 30 interview questions