🌻나는 오늘 배웠어🌻
매일 공부한 내용을 마크다운으로 정리하자
55 TILS
https://seula00027.gitbook.io/til/
- JavaScript API 🔥
- TypeScript 🔥
- Web APIs 🔥
- Algorithm
- Cmder
- CSS Rendering
- Debug
- ECMAScript 2015
- Git from the hell
- JavaScript
- JavaScript-koans
- JavaScript30
- Markdown
- Tip
- ETC
- String
- find key
- Find the odd int
- Divisible Sum Pairs
- The Office II - Boredom Score
- The Office III - Broken Photocopier
- The Supermarket Queue
- Directions Reduction
- Simple Pig Latin
- Shortest Word
- Two Sum
- Codewars Solutions
- let, const, rest parameter, spread operator, destructuring
- default parameter, template literals, arrow function
- 지옥에서 온 Git
- init, status, add, commit, log 명령어와 stage, repository차이
- log와 diff
- reset, revert
- 생활코딩 new git 영상보고 정리
- develop branch pull 하기
- Value, Number, String, Boolen, null&undefined
- Operator, Fuction Control Flow
- Array, Object
- Primitive, reference
- 값으로서의 함수
- 콜백 함수(Callback function), 비동기처리
- Closure
- Arguments
- 함수의 호출 - Apply
- 객체지향프로그래밍
- 생성자와 new
- 전역객체(Global object)
- this
- 상속(Inheritance)
- prototype
- 표준 내장 객체와 확장
- Object 객체
- data type - wrapper object
- 참조
- 객체 생성 패턴 3가지
- Scope
- Hoisting
- 함수 실행에 따른 this 정의 4가지
- event loop