import './App.css';const user = { firstName : "Hong", lastName : "GilDong"}function Student(u) { return u.firstName + " " + u.lastName;}function App() { const isStudent = true; return ( The Joeun React 2024 component 실습 {isStudent ? {Student(user)}님 환영합니다 : 학원생이 아닙니다} );}function Com1() { return ( [THIS IS COMPONENT] K-Digital Tra..