Files
study/modern-react/my-modern/const.js

4 lines
93 B
JavaScript

const author = '야마다 요시히로';
author = 'WINGS 프로젝트';
console.log(author);