Skip to content

Instantly share code, notes, and snippets.

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