Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created April 10, 2018 03:10
Show Gist options
  • Save haingdc/dd85389c82ca598284e424ea89fe107f to your computer and use it in GitHub Desktop.
Save haingdc/dd85389c82ca598284e424ea89fe107f to your computer and use it in GitHub Desktop.
Thao tác với DOM thông qua TDD
// flickr-fetcher.js
if (typeof module !== "undefined" && typeof module.exports !== "undefined") {
module.exports = FlickrFetcher;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment