☄️Window global object
☄️ Browser size
☄️ Browser coordinates 📍coordinates 👉 항상 기준점은 왼쪽 상단 (0,0)으로 시작. 👉 브라우저의 right, bottom은 CSS와 다름. 브라우저의 좌표는 무조건 좌측 상단이라고 생각하면 편함. 📍Get the coor
The translate() CSS function repositions an element in the horizontal and/or vertical directions. Its result is a data type./ Single values /transfo
Getters can perform an action on the data when getting a property.Getters can return different values using conditionals.In a getter, we can access th
flatten() 여러배열을 1차원 형태 [] 로 만드는 메소드.
1.부트캠프 자체 JSON파일을fetch()api를 사용해 간단한 채팅앱을 만들어 보았다.I'm (Asynchronous JavaScript And XML, 비동기적 JavaScript와 XML) - AJAX는 서버에서 추가 정보를 비동기적으로 가져올 수 있게 해주는
콜백함수 안에 있는 콜백함수 안에 또 존재하는 콜백함수 aka 콜백지옥addEventListner를 사용하다보면 콜백함수를 사용하게 되는데 콜백함수의 중첩은 메모리 성능을 저하시킴따라서 실행 함수는 따로 함수를 만들어서 분리시키는 것이 바람직하다.그리고 분리한 함수를