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 | 29 | 30 |
Tags
- javascript기초
- cookie-parser 만들어보기
- 세션으로 로그인 구현
- 라우트 매개변수
- 아이디 중복체크기능
- FormData()
- mysql wsl
- OAuth 카카오
- 블록 만들기
- ws 라이브러리
- 라우터미들웨어 분리
- express router
- useContext
- next 매개변수
- 비동기파일업로드
- express.static
- buffer.from
- 시퀄라이즈 기본설정
- 라우터와 미들웨어
- useEffect clean up
- Uncaught Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
- JWT 만들어보기
- css기초
- 라우터 분리
- nodejs파일업로드
- node.js path
- JWT 로그인 기능 구현
- express session
- JWT 하드코딩
- express실행
Archives
- Today
- Total
목록js class (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