Sololearn wont let me retrieve height value from CSS using javascript | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Sololearn wont let me retrieve height value from CSS using javascript

Ive spent a week trying to figure this one out. Sololearn keep bashing my skull with css value retrieval in JS. This is what i wrote https://code.sololearn.com/WZNKjRmQ2633/?ref=app Please help me what is the correct syntax to retrieve css height elemeng

18th Sep 2022, 8:54 AM
Hizand
Hizand - avatar
2 Respostas
+ 3
Hello. From whay I've understood, This is what you need: var height = screenS.id.offsetHeight console.log(height) You get the value of #a's height, which is 240. (the line 113 may give you a error, the last console.log();
18th Sep 2022, 9:33 AM
šŸ‡ Alex Tușinean šŸ’œ
šŸ‡ Alex Tușinean šŸ’œ - avatar
+ 1
Omg thank you mistar alex i stuck in 1 week with that tysm it workšŸ˜­šŸ™šŸ™
19th Sep 2022, 4:31 AM
Hizand
Hizand - avatar