Skip to content

Instantly share code, notes, and snippets.

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