Loading...
1const projectField = {
2 idea: "Late-night code sparks in hostel room",
3 execution: "Fueled by eggs, chana, and stack overflow",
4 outcome: "Shipped at 3AM, deployed before class!",
5};
6
7console.log("Project Field:", projectField);
8