Skip to content

Instantly share code, notes, and snippets.

View adamsmith's full-sized avatar

Adam Smith adamsmith

View GitHub Profile
//Eldrian
//email:[email protected]
//Codeacademy , Javascript , Object 2 Exercise 6
//Finds out if objects has the stated property
var myObj = {
// finish myObj
name:"eldrian",
};
console.log( myObj.hasOwnProperty('name') ); // should print true