Guest User

Untitled

a guest
Jan 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. </head>
  8. <body>
  9. <script type="text/javascript">
  10. var kata = "tes javascript tes";
  11. console.log(kata.split(" "));
  12. </script>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment