Explain event delegation Event delegation allows us to attach a single event listener, to a parent element, that will fire for all children matching a selector, whether those children exist now or are added in the future.the underlying cause is brows…
Front-end-Developer-Interview-Questions A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. I tested myself and recorded it. General Questions HTML Questions CSS Questions J…
What did you learn yesterday/this week? Learning Angular. What excites or interests you about coding? Cool Reduce the boring & repeating works The learning process is happiness What UI, Security, Performance, SEO, Maintainability or Technology consid…
Explain "chaining". Chaining allows us to run multiple jQuery methods (on the same element) within a single statement.like this: $(selector).doA().doB().doC() Explain "deferreds". The Deferred object, introduced in jQuery 1.5, is a cha…
What's a doctype do? Instruct the browser to render the page. What's the difference between standards mode and quirks mode? Obviously,the css box model. What are the limitations when serving XHTML pages? Are there any problems with serving pages as a…
Describe what a "reset" CSS file does and how it's useful. What Is A CSS Reset? A CSS Reset (or "Reset CSS") is a short, often compressed (minified) set of CSS rules that resets the styling of all HTML elements to a consistent baseline…
http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF tutorial is part-2 in series of WCF Interview Questions. Other parts in this series can be found here. 这是WCF问答系列教程中的第二部分,其他部分可以在下面的链接中找到: WCF Service…
http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF tutorial is part-3 in series of WCF Interview Questions and Answers. Other parts in this series are as follows: 这是WCF问答系列教程中的第三部分,其他部分在下面: WCF Servic…
WCF Interview Questions – Part 4   This WCF service tutorial is part-4 in series of WCF Interview Questions. Before reading this please go through the following articles in this series. 这是WCF问答教程的第四部分,在阅读之前请先去看下面列出来的文章. WCF Service Interview Question…
Manual testing is a logical approach and automation testing complements it. So both are mandatory and required to ensure the quality. To test and prepare for the testing and automation interviews, enough material is provided here. 300+ testing and au…