Awesome Programmer
less than 1 minute read
프로젝트를 진행하면서 Sequelize ORM을 사용했다.
1 minute read
MVC 패턴
먼저, 공통점
a = 1; b = 3; console.log(a + b); // 4