Matthew Miller

Me

var object = {
    name: 'Matthew Miller',
    type: 'Nerd',
    location: 'Earth',
    properties:['Computer Science Major',
                '',
                ''];
}; 
back