일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 데이터분석전문가
- 빅데이터
- 코테
- 자료구조
- Progate
- Joseph Samuel Nye Jr.
- ADsP
- CNN10
- 공부정리
- ADP
- Great Minds
- MySQL
- 알고리즘
- 백준
- 당신이 몰랐던 진화론
- 위대한 수업
- EBS
- Baekjoon
- python
- 데이터분석전문가가이드
- 맛집
- K-MOOC
- 누가 진정한 리더인가
- 후기
- 조지프 나이
- 미분적분학
- KMOOC
- Udemy
- Hacker Rank
- 정치학
Archives
- Today
- Total
목록javascript (1)
ㅇ

- running JS code console.log(~~); " ~~ " or ' ~~ ' - variable let variableName = value; - constants const constantName = value; // it can not be changed - templete ` ~~~ ${constants or variables}` // can embed in strings // must put the entire in backticks, ` - if statements if(condition1) { // when condition1 is true } else if (condition2) { // when the condition1 is false // and condition2 is..
IT
2020. 7. 24. 09:00