# basics
총 33개의 포스트

Closure
A closure is the combination of a function and the lexical environment within which that function was declared.InnerFunc was declared and called withi
2022년 4월 11일
·
0개의 댓글
Ajax(Asynchronous JavaScript and XML)
Ajax refers to a communication method in which servers and browsers can exchange data asynchronously using Javascript.When a web page is returned from
2022년 4월 5일
·
0개의 댓글