Why can I redeclare a variable of the same name as a function parameter within an if statement?
Below is a trivialized version of a solution I came across while trying to implement a version of the Jquery CSS function.
Redeclaring variable with same name as function parameter within if statement
Below is a trivialized version of a solution I came across while trying to implement a version of the Jquery CSS function.