1 2 3 4 5 6 | <script type='text/javascript'> function nerf_email(){ return 'offi'.replace(/i/, 'ice') + '@' + 'point'.replace(/t/, 't47.com'); } document.write(nerf_email()); </script> |
The above script will show: office @ point47.com
Popularity: 1% [?]
