Advertisement
enochmh2

description code

Apr 6th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function display(data) {
  2.  
  3. document.querySelector("#result").innerHTML = document.querySelector("#entSearch").text + data.weather[0].description;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement