👸학습자료:
The Complete Node.js Developer COurse(3rd Edition)
https://www.udemy.com/course/the-complete-nodejs-developer-course-2/learn/lecture/13728842#overview
node.js 공홈
https://nodejs.org/dist/latest-v14.x/docs/api/fs.html
강의 듣는 중간에 작성해서 의식 흐름 & 더럽게 씀 주의_
한글로된 강의/문서자료가 좀 부족하거나(or 비싸서)
유데미 강좌 듣기 시작함(세일할때 쟁여놓은 one of them..)
처음에 강사 얼굴이 화면에 너무 크게 나와서 약간 심적인 압박감(?!)이 있었는데 실제로 강의 시작되니 코드만 보임^^
const fs = require('fs')
변수명 fs는 걍 convention, stick with the conventions :)
.writeFileSync( 파일이름, 저장내용)

3.Exercise 먼저 하라고함
