Guest User

Untitled

a guest
Jan 14th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. </head>
  8. <body>
  9.  
  10. <script id="jsbin-javascript">
  11. // Write your code below this line
  12.  
  13. var contacts = [
  14. {firstName: "John", lastName: "Doe", phone: "(512) 335-0453", email: "johndoe@gmail.com"},
  15. {firstName: "Jane", lastName: "Doe", phone: "(511) 335-0453", email: "jandoe@gmail.com"},
  16. {firstName: "Suzie", lastName: "Smith", phone: "(612) 335-0453", email: "johndoe@gmail.com"}
  17. ];
  18. </script>
  19.  
  20.  
  21.  
  22. <script id="jsbin-source-javascript" type="text/javascript">// Write your code below this line
  23.  
  24. var contacts = [
  25. {firstName: "John", lastName: "Doe", phone: "(512) 335-0453", email: "johndoe@gmail.com"},
  26. {firstName: "Jane", lastName: "Doe", phone: "(511) 335-0453", email: "jandoe@gmail.com"},
  27. {firstName: "Suzie", lastName: "Smith", phone: "(612) 335-0453", email: "johndoe@gmail.com"}
  28. ];</script></body>
  29. </html>
Add Comment
Please, Sign In to add comment