JavaScript Void 0 – What Does javascript:void (0); Mean? Oct 27, 2020 · With void, it tells the browser not to return anything (or return undefined). Another use case of links with the javascript:void(0) reference is that sometimes, a link may run some JavaScript code in the background, and navigating may be unnecessary. In this case, the expressions would be used as the arguments passed to void. Conclusion