Is object an array : Array « Dojo toolkit « JavaScript DHTML






Is object an array

 

<html>
  <head>
    <script type="text/javascript">
      var djConfig = {
        baseScriptUri : "js/dojo/"
      };
    </script>
    <script type="text/javascript" src="js/dojo/dojo/dojo.js"></script>
  </head>
  <body>    
    <script type="text/javascript">
      var s = new String("I am a string");
      var a = new Array();
      var i = 5;
      alert(dojo.isArray(s) + "\n" + dojo.isArray(a) + "\n" + dojo.isArray(i));
    </script>
  </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.Get last index of
5.Is array like
6.Get element index in an array
7.Get item index