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






<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>








29.31.Array
29.31.1.Array filter
29.31.2.Array index of
29.31.3.Array index offset
29.31.4.Get last index of
29.31.5.Is array like
29.31.6.Is object an array
29.31.7.Get element index in an array
29.31.8.Get item index