const theLoneStar = { state: "Texas" };
console.log(`Made in ${theLoneStar.state}`);