Explain why did you choose Ext JS?

Submitted by: Administrator
Given the wide range of JavaScript libraries available it was important to choose the right one. We needed to choose a library that was consistent in the way that it presents information to the user, but also consistent in the way that you code using the library.

With all Ext components extending the ‘Observable' class we had the ability to write consistent code in an event-driven manner, much like writing a desktop application, not easily achieved with other libraries. What's more is that we knew it would work cross-browser, again something not easily achieved that saves countless hours on large projects.
Submitted by: Administrator

Read Online Ext-JS Job Interview Questions And Answers