Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 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. var boolean = true
  12.  
  13. console.log(Number(true))
  14.  
  15. var string = "hold on"
  16.  
  17. console.log(Boolean("Hold on"))
  18. </script>
  19.  
  20.  
  21.  
  22. <script id="jsbin-source-javascript" type="text/javascript">var boolean = true
  23.  
  24. console.log(Number(true))
  25.  
  26. var string = "hold on"
  27.  
  28. console.log(Boolean("Hold on"))
  29.  
  30.  
  31.  
  32. </script></body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement