
functions are treated like any other variablecan be assigned as a value to variable: 변수의 값에 할당될 수 있다.can be passed as an argument to other funtions: 다

class: templateobject: instance of a classintroduced in ES6syntactical sugar over prototype-based inheritance: 나중에 문법만 갖춘.......\-> 아래 때문에 \-> ✨이렇게 이름

one of the JavaScript's data typesa collection of related data and/or functionalityNearly all objects in JavaScript are instance of Object클래스, 생성자 활용\

print all fruitsAdd, Delete

원본 그대로!!!✨✨✨새로운 배열을 만든다!!!배열의 각 요소를 콜백함수를 거쳐 ✨✨✨새로운 값(배열)으로 1:1 변환some() : 배열의 요소 중 하나라도 콜백함수의 조건에 만족해서 true를 반환하게 된다면, true를 반환한다.every() : 배열의 요소 중

JavaScript Object Notationsimplest data interchange formatlightweight text-based structureeasy to readkey-value pairs({key:value})used for serializati