There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

andrew ,
@andrew@lemmy.stuart.fun avatar

<span style="color:#323232;">var a;
</span><span style="color:#323232;">(function() {
</span><span style="color:#323232;">  a='hoisted';
</span><span style="color:#323232;">  console.log(a);
</span><span style="color:#323232;">  var a;
</span><span style="color:#323232;">})()
</span><span style="color:#323232;">console.log(a);
</span>

Should log hoisted and then undefined, showing that you’ve assigned to the later-declared var a which was hoisted vs the external global a.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines