Guest User

Untitled

a guest
Mar 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function Footer(props){
  2. var year = props.year;
  3. var output = "
  4. <div>Footer Info</div>
  5. <div>&copy; 2004 - " + year + "</div>";
  6. return output;
  7. }
Add Comment
Please, Sign In to add comment