⟩ Explain purpose of Load mask?
To apply mask to page level / component level.
restrict user not to access any components in page
var pageProcessBox = new Ext.LoadMask( Ext.getBody(), { msg: 'Loading Employee details.' } );
pageProcessBox.show();
To apply mask to page level / component level.
restrict user not to access any components in page
var pageProcessBox = new Ext.LoadMask( Ext.getBody(), { msg: 'Loading Employee details.' } );
pageProcessBox.show();
Tell me what is CoffeeScript?
Tell me what is a scope in AngularJS?
Tell me what's Angular's performance like?
Explain me who is Front End Developer? What he does?
Tell me have you already used MVC before? What you like/dislike about it?
Tell me have you used Sass? What's good about it?
Is AngularJS a library, framework, plugin or a browser extension?
Explain how can you declare a class in Javascript?
Please explain functions in CoffeeScript?
Explain me what are the skills required?