We're a place where coders share, stay up-to-date and grow their careers.
Iirc if you surround the if/else statement in parentheses then it is valid in JavaScript as well and will assign the appropriate value to the variable
Can you post an example ? I only get syntax error :/
Totally wrong. Statement vs expression. Assignment without mutation.
Iirc if you surround the if/else statement in parentheses then it is valid in JavaScript as well and will assign the appropriate value to the variable
Can you post an example ? I only get syntax error :/
Totally wrong. Statement vs expression. Assignment without mutation.