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