Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <script>
function f(){
  window._gaq = [1, 2];
}
f()
document.write('window._gaq is ' +  window._gaq.join(', ') + '<br>')
</script>
<script>
var _gaq = _gaq || [];
document.write('_gaq is ' +  _gaq.join(', ') + '<br>')
document.write('window._gaq is ' +  window._gaq.join(', ') + '<br>')
</script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
airportyhpro
0viewers