'length' Example : length history « Javascript Properties « JavaScript Reference

'length' Example

    
<html>
<body>
<button onclick="alert(window.history.length);">History Length</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'length' Syntax and Note
2.'length' is applied to