Dale Harvey on Nostr: Its 2025 and I think for the first time ever I just hit the only error you can hit ...
Its 2025 and I think for the first time ever I just hit the only error you can hit while forgetting a semicolon in javascript
```
let URL = "
http://test.com";
(async() => {
... do stuff
})();
```
I was confused for a second then quite proud of myself
Published at
2025-01-17 22:51:40Event JSON
{
"id": "7d31d3f3cc9c96a353e668c6bef831fbb324b76c7a07bd658ce07192179cb9f8",
"pubkey": "f18a8918f0c61d051bcf5eb0784d807547912d9f7cd0d589ff1450c02b9be6a4",
"created_at": 1737154300,
"kind": 1,
"tags": [
[
"proxy",
"https://toot.cafe/users/dale/statuses/113846144224482418",
"activitypub"
]
],
"content": "Its 2025 and I think for the first time ever I just hit the only error you can hit while forgetting a semicolon in javascript\n\n```\nlet URL = \"http://test.com\"\n\n(async() =\u003e { \n ... do stuff\n})();\n```\n\nI was confused for a second then quite proud of myself",
"sig": "18a3aa0a34ed19603bcce852cd405305698574d37e0aa000100079c2dcfbaf644b35baeda23175cac86410cb0c093ca408ce1781ab18c04890d3830693dad141"
}