0 votes
in BackBone by
BackBone.js Questions and Answers on :

Edge Version

Javascript application

1 Answer

0 votes
by
Question#1 BackboneJS is based on _________ architecture.

a) MVVM

b) MVP

c) MVC

Answer:- MVC

Question#2 What is the significance of Edge Version of BackboneJS?

a) It is the unreleased Backbone version

b) BackboneJS development is still in progress

c) You can make use of this version at your own risk

d) All the options

Answer:- All the options

Question#3 ________ created BackboneJS and it was initially released on _________.

a) Jeremy Ashkenas, October 28th, 2009

b) Brendan Eich, October 13th, 2011

c) John Resig, October 13th, 2010

d) Jeremy Ashkenas, October 13th, 2010

Answer:- Jeremy Ashkenas, October 13th, 2010

Question#4 What is used to send an HTTP request to the View?

a) Router

b) Model

c) Collection

d) Events

Answer:- Router

Question#5 What is the core part of any JavaScript application that retrieves and populates the data?

a) View

b) Collection

c) Data Source

d) model

Answer:- View

Question#6 View holds HTML markup for the application.

a) True

b) False

Answer:- False

Related questions

0 votes
asked May 31, 2020 in NodeJS Essentials by Robindeniel
0 votes
asked Feb 5, 2021 in Angular by SakshiSharma
...