console.log("something is happened"); console.log(1); let age = 25; let newAge = age + 3; console.log(age); console.log(newAge) const newValue = 25; // newValue = 28;