'2019/11/06'에 해당되는 글 1건

  1. 2019.11.06 javascript void(0)

The void operator evaluates the given expression and then returns undefined.

(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/void)