Guest User

Untitled

a guest
Jun 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var body2 = messages.forEach(function(message) {
  2. console.log(message.body);
  3. body = body+" <br /> "+message.body;
  4. console.log("Body is: "+body);
  5. return body;
  6. });
Add Comment
Please, Sign In to add comment