This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-04-18T18:17:34.407Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adsk agkhdfasd | |
f asdf | |
ashd | |
asdfh asdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modules | |
const React = require('react'); | |
// Data | |
const data = { | |
name: "John Doe", | |
listings: [{ | |
id: 1, | |
name: "Quiet Room in Duboce Triangle" | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Backbone = require('backbone'); | |
var React = require('react'); | |
var data = { | |
name: 'John Doe', | |
listings: [{ | |
id: 1, | |
name: 'Quiet room in Duboce Triangle' | |
}] | |
}; |