Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- useContext
- JWT 로그인 기능 구현
- next 매개변수
- 세션으로 로그인 구현
- javascript기초
- FormData()
- OAuth 카카오
- 시퀄라이즈 기본설정
- express.static
- express session
- 라우터 분리
- nodejs파일업로드
- ws 라이브러리
- css기초
- express router
- express실행
- 아이디 중복체크기능
- Uncaught Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
- 비동기파일업로드
- buffer.from
- JWT 만들어보기
- mysql wsl
- node.js path
- 라우트 매개변수
- JWT 하드코딩
- 라우터와 미들웨어
- cookie-parser 만들어보기
- 라우터미들웨어 분리
- useEffect clean up
- 블록 만들기
Archives
- Today
- Total
목록DoM (1)
즐코
DOM ?! / class 와 object
DOM 이란? Document Object Model document인 html을 JavaScript가 이해할 수 있게, 컨트롤할 수 있게 object(객체)로 만들어 모델링 해주는 것 브라우저에 기본적으로 내장되어 있는 객체 즉, API다. API = Application Programming Interface 여기서 interface 란 말 자체가 프로그램 간의 소통, interact를 도와주는 의미가 묻어있다고 생각하면 쉽다. html 문서를 javascript와 상호작용하게끔 object 객체로 파싱하여 dom을 생성하는 것 this 객체 // 예약어에 가깝고, data type이 object이다 this = 이것, 여기.. => 뜻 그대로 사용하는 위치에 따라서 결과물이 달라진다. console..
JavaScript
2022. 1. 11. 19:37