Javascript void Operator
Javascript void
operator doesn't return any value from an expression. This basically means that it converts a value or an expression's evaluation to undefined
.
It's syntax is like this:
void expression
Sometimes you might need to wrap the expression into parentheses. We'll cover that in the codecast!
Related:
Warning: Invalid argument supplied for foreach() in /var/www/cssdeck.com/app/modules/labs/views/_details.php on line 68