Revision: 18987
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at October 13, 2009 20:30 by peta
                            
                            Initial Code
var people = [{  
		name: "Mike Smith", 
		family: { 
			mother: "Jane Smith", 
			father: "Harry Smith",  
			sister: "Samantha Smith",
			grandparents: {
				grandpa: "Tony Smith",
				grandma: "Lilly Smith"
			} 
		},  
		age: 35 
	}, 
	{ 
		name: "Tom Jones",  
		family: { 
			mother: "Norah Jones",  
			father: "Richard Jones", 
			brother: "Howard Jones",
			grandparents: {
				grandpa: "Tom Jones",
				grandma: "Kunigunde Jones"
			} 
		}, 
		age: 25  
	} 
];
                                Initial URL
Initial Description
Initial Title
metadict_Notizen zu Sprachfeatures aus JS 1.7/1.8_1
Initial Tags
Initial Language
JavaScript