Get last index of : Array « Dojo toolkit « JavaScript DHTML






Get last index of

 

<html>
  <head>
    <script type="text/javascript">
      var djConfig = {
        baseScriptUri : "js/dojo/",
        parseOnLoad : true
      };
    </script>
    <script type="text/javascript" src="js/dojo/dojo/dojo.js"></script>
    <script>
      function f(){
         alert(dojo.lastIndexOf(["foo", "hoo", "zoo", "shoe", "zoo", "nuu"], "zoo"));

      }
    </script>
  </head>
  <body onload=f()>
    
  </body>
</html>

   
  








Dojo-toolkit.zip( 3,849 k)

Related examples in the same category

1.Array filter
2.Array index of
3.Array index offset
4.Is array like
5.Is object an array
6.Get element index in an array
7.Get item index