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