Advertisement
-Annie-

ComposeTag

May 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function compose(array) {
  2.     "use strict"
  3.     let location = array[0];
  4.     let alternativeText = array[1];
  5.     console.log(`<img src="${location}" alt="${alternativeText}">`);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement