This commit is contained in:
Ilya Kantor 2019-08-05 17:13:10 +03:00
parent 80dd2cba73
commit 07975a7b38
2 changed files with 24 additions and 24 deletions

View file

@ -2,8 +2,7 @@
There are many JavaScript properties that allow us to read information about element width, height and other geometry features.
We often need them when moving or positioning elements in JavaScript, to correctly calculate coordinates.
We often need them when moving or positioning elements in JavaScript.
## Sample element