console.log("Building the future");
const project = 'Next big thing';
let status = 'Under Construction';
setTimeout(() => status = 'Coming Soon!', 5000);
// Stay tuned for something amazing!