Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <html>
  2. <script>
  3.  
  4. let str = 'hello';
  5. str.custom = 1;
  6. console.log( str.custom); //output => undefined
  7. </script>
  8.  
  9.  
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement