[Nomadecoder] Vanilla JS Challenge Day 2/14
IT/Web Programming2021. 1. 12. 16:06
Vanillia JS 2Weeks Chalalenge day 2
lecture 1.6-1.10 taking quize
1.6 Variable
1.7 let const var
cosnt : cant change the variable value (use this as default)
let : can change
var : same function as let . also can change the value
1.8 : Data Types
string / boolean / number / float /
1.9: Array
const array = [];
1.10: Objects
const object = { name : "John", age: 22};
반응형
'IT > Web Programming' 카테고리의 다른 글
[Nomadecoder] CSS Layout MasterClass #1.1 (0) | 2021.01.12 |
---|---|
[Nomadecoder] CSS Layout MasterClass #1 (0) | 2021.01.12 |
[NomadeCoder] HCSS Lay out 2주 완성반 challenge 1/14day (0) | 2021.01.12 |
[Nomadecoder] Vanilla JS Challenge Day 1 /14 (0) | 2021.01.11 |
[Javascript] 노마드코더바닐라 JS로 크롬 앱 만들기 3 (0) | 2021.01.05 |
댓글()