โreturn value
JS โฉ browser โฉ event โฉ handler โฉ return value
in modern JavaScript, event handlers should not return anything.
in older code, returning false means "cancel default actions".
the return value of an event handler is related to hide or not to hide?.
Last updated