JavaScript: Basics: variable, operator, function
JavaScript: Object, How to access it, How to modify it (update, add, delete), WeCode Assignment: getExamResults
JavaScript: DOM, Event, WeCode Assignment: password & repassword, querySelector vs getElements 비교
let vs var. : scoping, hoisting, redeclaration
various ways to define a function, arrow function, concise body arrow function, when to avoid arrow function: this
Inheritance: extends, super(property), Static method
더 좋은 개발자가 되기 위한 발돋움으로 SOPT의 웹파트에서 진행하는 Clean Code 스터디에 들어가게 되었다! ✨
자바스크립트에는 C와 같은 언어와 달리 public, private 같은 키워드가 없다. 그래서 직접 객체의 속성을 찾는 것보다, getter,setter를 사용하는 것이 좋다.
JSON 데이터, JSON 데이터를 JavaScript 객체로 변환하는 법, 로컬 스토리지
Clean Code를 클래스에 적용하자
JS Clean Code: SOLID 원칙
JS Clean Code: Test, Test-driven Development, FIRST 원칙
JS Clean Code: 동시성, 에러 처리
JS Clean Code: 주석을 올바르게 다는 법, 사실 주석은 달지 않는것이 거의 무조건 좋다.
JS Clean Code: 포맷팅