AEM1k.com, Tixy.land, JSFuck.com
Ubilabs Founder, Google Maps Expert
aem1k.com/transliterat...
transliterate.js by @aemkei.bsky.social works great!
aem1k.com/transliterat...
transliterate.js by @aemkei.bsky.social works great!
jsfuck.com
JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.
jsfuck.com
JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.
⟶ tixy.land
Control the size and color of a 16x16 dot matrix with a single JavaScript function. The input is limited to 32 characters – but no limits to your creativity!
🔴🔴
🔴🔴
⟶ tixy.land
Control the size and color of a 16x16 dot matrix with a single JavaScript function. The input is limited to 32 characters – but no limits to your creativity!
🔴🔴
🔴🔴
Created by Martin Kleppe, of JSFuck esoteric.codes/blog/intervi...
Created by Martin Kleppe, of JSFuck esoteric.codes/blog/intervi...
[ロ,ⵙ] = "ロⵙ";
ᅠロᅠ = x => x == ロ;
[ロ,ロ,ロ,ロ].map((ロ) => ⵙ); // [ⵙ,ⵙ,ⵙ,ⵙ]
[ⵙ,ⵙ,ロ,ⵙ].filter(ᅠロᅠ); // [ロ]
[ⵙ,ⵙ,ロ,ロ].find(ᅠロᅠ); // ロ
[ⵙ,ⵙ,ⵙ,ロ].findIndex(ᅠロᅠ); // 3
[ロ,ロ,ロ,ⵙ].every(ᅠロᅠ); // false
and so forth...
(an idea I stole from @aemkei.bsky.social, a few years ago)
#100Devs #JavaScript
[ロ,ⵙ] = "ロⵙ";
ᅠロᅠ = x => x == ロ;
[ロ,ロ,ロ,ロ].map((ロ) => ⵙ); // [ⵙ,ⵙ,ⵙ,ⵙ]
[ⵙ,ⵙ,ロ,ⵙ].filter(ᅠロᅠ); // [ロ]
[ⵙ,ⵙ,ロ,ロ].find(ᅠロᅠ); // ロ
[ⵙ,ⵙ,ⵙ,ロ].findIndex(ᅠロᅠ); // 3
[ロ,ロ,ロ,ⵙ].every(ᅠロᅠ); // false
and so forth...
(an idea I stole from @aemkei.bsky.social, a few years ago)