javascript func return - 자바스크립트 함수 리턴값 자바스크립트는 처음이다. 보통 c, swift, c++, java, dart 모두 리턴 타입을 함수에 명시했다. 그런데 자바스크립트는 없어도 된다... 갓이다 isBallsCollapse (ball1, ball2) { if (ball1.x >= ball2.minX && ball1.x = ball2.minY && ball1.y 잡다한 프로젝트/크리에티브 웹 2022.04.24
javascript에서 clientWidth, clientHeight란? document.body.clientWidth document.body.clientHeight를 사용했는데, 이게 뭔지 모르겠어서 찾아보니 https://www.digitalocean.com/community/tutorials/js-clientwidth-and-clientheight clientWidth and clientHeight in JavaScript | DigitalOcean www.digitalocean.com 이 경우 clientWidth = 10 + 140 + 50 clientHeight = 30 + 70 + 0 결론. html의 element와 그 element의 padding을 더한 값이다. border과 margin을 제외한 값이라 할 수 있다. 잡다한 프로젝트/크리에티브 웹 2022.04.24