const x = 5;let text = "Goodbye";if (x < 10) { text = "Hello";}
const x = 5;
let text = "Goodbye";
if (x < 10) {
text = "Hello";
}