20200723 학습한 JS concept

jaedie·2020년 7월 23일
0

JavaScript

목록 보기
2/7

scope
let
var
const
global scope
fuction scope
block scope {}
-local variable
javascript array
javascript object
hoisting
.length
.push()
-destructive array method
.pop()
.shift()
.unshift()
.slice()
.indexOf()
nested array
an array with other arrays nested inside
newArray[0]
newArray[0][2]
loop
for loop
initialization
stopping condition
iteration statement

profile
<header>frontend developer</header>

0개의 댓글