What is the output? console.log('1'); setTimeout(() => console.log('2'), 0); console.log('3');
Preguntas de entrevistas para Angular Js Developer
42 Preguntas de entrevista compartidas por los candidatos | angular js developer
Design a todo list using Angular Js
Q. Tell us about your background and experience? Q. What is your salary expectation?
General questions abour angular compnentns, ES6, Typescript, string polintion
Create a promise which is resolved to value 'hello'?
Implement createBase function, which is left empty? const createBase = function(num){ // please code here } // so that code works const addSix = createBase(6); addSix(6); // should return 12 addSix(4); // should return 10 addSix(1); // should return 7
interpolation
If we want to use ngIf and ngFor at same time what are the options ? Web workers web components Pseudo elements pseudo classes Unit testing was stressed a lot - he asked me to write a unit test for one function Coding questions on closure and self invoking functions . Few array manipulation questions Angular Observables , Subject (types of Subject), Promises, Auth guards , routing objects, Dependency injection (Everything with example)
Please invoke hello2, so that John is printed const ob = { name: 'John', hello: function() { console.log(this.name); } } const hello2 = ob.hello;
Explain SSL protocol in depth
Viendo 1 - 10 de preguntas de entrevista