I am reading jshint source code and found return void error("E009"); line.
I know void means return nothing in languages such as C and C++. But what does it mean in javascript and how can it be used? Or is it good practice to use it in Javascript?
 
    