[modern-react] 리액트 스터디 파일 추가
This commit is contained in:
5
modern-react/my-modern/template.js
Normal file
5
modern-react/my-modern/template.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const fullname = '홍길동';
|
||||
const msg = `안녕하세요, ${fullname} 님!
|
||||
오늘 하루 잘 지내셨나요?`;
|
||||
console.log(msg);
|
||||
|
||||
Reference in New Issue
Block a user