Advertisement
winone1208

JS liczenie znaków

Sep 6th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript" >
  2.  
  3. var name = "Patryk";
  4.  
  5. document.write(name.length);
  6.  
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement