标签: javascript return alert brackets
我一直在阅读MDN上的this关键字。 In their article他们提到了以下示例:
this
<button onclick="alert((function(){return this}()));"> Show inner this </button>
()
{return this}()