?
JSX를 처음 봤을 때
function HelloWorld() { return <h1>Hello, World!</h1>; }
이게... JavaScript??
🤔
3