Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
<script type="text/javascript">
  var equationValue = new Array("",'&#8722;'+1,0,2,3);
  function func(){
    document.getElementById('t_1_1').value = equationValue[1];
  }
</script>
</head>
  
<body onload='func();'>  
  <input type='text' id='t_1_1' />  
</body>
  
</html>
Output

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

Dismiss x
public
Bin info
veeramani3189pro
0viewers