Hello everyone, I have two questions on JS.
- What will the following record return to me:
document.body.style.opacity
? Line or fractional number? - How to convert one type to another in Javascript? What is the recording form?
Thank.
I experimented, alert (document.body.style.opacity); gives undefined. The question is why? because in the css style opacity is set.