var hurogay = {
    job: "gay",
    isGay: true
};

var asdf = "job";

console.log(hurogay[asdf]);