Wednesday, September 02, 2015

Quiz Day - What does this do?

var nyc = {
    fullName: "New York City",
    mayor: "Bill de Blasio",
    population: 8000000,
    boroughs: 5
};

for(var property in nyc){
    console.log(property);
}

No comments:

Cloud Security Basics Everyone Should Know

Introduction to Cloud Security Cloud security refers to the set of policies, technologies, and controls designed to protect data, applica...