Explain me have you already used MVC before? What you like/dislike about it?
Submitted by: MuhammadAs the UI gets more and more complex we need some good ways to keep it more and more maintainable and reusable, and Some MVC frameworks for javascript have been widely adopted lately and it's a good plus if you have already used before and knows what's the benefits of them. The most famous MVC frameworks are backbone.js and angular.js, it's hard to not hear about them.
There are many advantages in using these frameworks, I can point out some of them:
Organization: Forces your webapp to follow a well structured pattern;
Maintainable: With organization comes an easy to maintain code;
UI Binding: Some frameworks allow you to do that. So everytime your model changes, the view reflects it and vice-versa;
Decoupled client: MVC frameworks like backbone.js incentivise you to use REST API's though their urlRoot attribute in their Models;
Reusable components: Create reusable visual components;
Single-page apps: Build single-page apps with Ajax requests;
Friendly URL's: Native support for client-side url mapping;
Submitted by: Muhammad
There are many advantages in using these frameworks, I can point out some of them:
Organization: Forces your webapp to follow a well structured pattern;
Maintainable: With organization comes an easy to maintain code;
UI Binding: Some frameworks allow you to do that. So everytime your model changes, the view reflects it and vice-versa;
Decoupled client: MVC frameworks like backbone.js incentivise you to use REST API's though their urlRoot attribute in their Models;
Reusable components: Create reusable visual components;
Single-page apps: Build single-page apps with Ajax requests;
Friendly URL's: Native support for client-side url mapping;
Submitted by: Muhammad
Read Online Front End Web Developer Job Interview Questions And Answers
Top Front End Web Developer Questions
☺ | Tell us what Is The Difference Between Call And Apply? |
☺ | Tell me what Are This And That Keywords? |
☺ | What Is The Lazy Loading? |
☺ | Explain me what Is Cors? How Does It Work? |
☺ | Do you know what Is Ajax? Write An Ajax Call? |
Top Web Developer Categories
☺ | Bootstrap Interview Questions. |
☺ | Front End Web Developer Interview Questions. |
☺ | Typography Interview Questions. |
☺ | Laravel PHP Developer Interview Questions. |
☺ | Junior Developer PHP Interview Questions. |