Fetch & Display JSON Data von Eduonix Learning Solutions

video locked

Über den Vortrag

Der Vortrag „Fetch & Display JSON Data“ von Eduonix Learning Solutions ist Bestandteil des Kurses „BackboneJS“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

  • Creating the JSON file
  • Creating jquery funtion & collection
  • Creating user view
  • Creating app view
  • Creating template

Quiz zum Vortrag

  1. Single page apps
  2. Apps with many pages
  1. REST is a standard and not a concept
  2. Stands for Representational State Transfer
  3. Allows you to perform CRUD operations
  4. RESTful message formats include JSON and XML
  1. Backbone.Model
  2. Backbone.Collection
  3. Backbone.Controller
  4. Backbone.Data
  1. var name = user.get(‘name’);
  2. var name = user.grab(‘name’);
  3. var name = user.post(‘name’);
  4. var name = user.set(‘name’);