Created
April 10, 2018 03:05
-
-
Save haingdc/a5163542ffc877a369d43aac3572869f to your computer and use it in GitHub Desktop.
Thao tác với DOM thông qua TDD
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
photoListToHTML: function(photos) { | |
return "<ul>" + photos.map(PhotoLister.photoToListItem).join("") + "</ul>"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment