Quantcast

Have a Question?

If you have any question you can ask below or enter what you are looking for!

What does void mean JavaScript?

What is the void keyword? When a function is void, it means that the function returns nothing. This is similar to functions in JavaScript which return undefined explicitly, like so: function und() { return undefined } und()

techfaq.online