Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created April 10, 2018 03:13
Show Gist options
  • Save haingdc/74991b41ff90363db65bf6866761662e to your computer and use it in GitHub Desktop.
Save haingdc/74991b41ff90363db65bf6866761662e to your computer and use it in GitHub Desktop.
Thao tác với DOM thông qua TDD
FlickrFetcher.fetchPhotos("8060d4cdac3ceb86af470aae29af3a56")
.then(PhotoLister.photoListToHTML)
.then(function(photosHTML) {
PhotoLister.addPhotosToElement($, "#mydiv", photosHTML);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment