4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
const author = '야마다 요시히로';
|
|
author = 'WINGS 프로젝트';
|
|
console.log(author);
|