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 | 31 |
Tags
- github
- fetch
- 컨디셔널 렌더링
- API 토큰
- nextjs
- bootstrap
- git lab
- SCSS
- npm styled-reset
- dart 변수
- styled components
- input type=file
- rewrites
- API token
- getModifierState
- nextjs .env
- react
- Git
- ngrok설치
- react typescript
- next.js css
- CSS
- react env
- github io
- icon
- createGlobalStyle
- nextjs 설치
- ngrok실행
- typescript react
- There isn’t anything to compare
Archives
- Today
- Total
목록array (1)
꾸준히 성장하는 개발자
data type
boolean true : 켜져있음 false : 꺼져있음 null : 비어있음 undefined : variable이 메모리에 만들어졌지만 컴퓨터가 이 variable에 대해서 인지하고 있지만 값이 없는것 Arrays : 데이터 타입을 그룹으로 묶어주는것 [ ] 대괄호를 사용한다. 하나의 variable 안에 데이터의 list를 가지는것 const daysOfWeek =[ "mon","tue","wed","thu","fri","sat"] console.log(daysOfWeek); //['mon', 'tue', 'wed', 'thu', 'fri', 'sat'] daysOfWeek.push("sun"); console.log(daysOfWeek); //['mon', 'tue', 'wed', 'thu', ..
JavaScript
2022. 2. 28. 03:55