
✅ 사용 예시:
let myVariable = 10;
function fetchData() {
console.log("Fetching data...");
}
const userInfo = {
getName() {
return "John";
}
};
✅ 사용 예시:
class UserProfile {
constructor(name) {
this.name = name;
}
}
const user = new UserProfile("Alice");
✅ 사용 예시:
const MAX_USERS = 100;
const API_KEY = "123456";
✅ 사용 예시:
<div class="user-profile"></div>
<a href="/user-profile-page"></a>
