1
I would like to know what that expression means that the variable receives in Javascript:
var wheight = $(window).height();
Doubts
- What would be the "$" symbol with parentheses? And the point?
- What comes after the point? What comes within the parenthesis?
If you search properly you will see that this question is duplicated
– MarceloBoni
Maybe this one will answer
– MarceloBoni
Okay, thanks for the help
– Samuel Cavalcanti