반응형

사용할때 잘 구분해서 사용하자.


객체 : 
const car = {type:"Fiat", model:"500", color:"white"}; 



배열은 : 
const alphbet = ['A','B','C','D'];  이렇게 

반응형

+ Recent posts