Current focus:
Theme music: Happy Hacker by Chris Jeffers
Current focus:
Theme music: Happy Hacker by Chris Jeffers
Encodes binary data as valid unassigned Unicode code points, aka tofu
TypeScript
A relatively simple programming language that could one day compile to JavaScript
JavaScript 21
nothing = new Proxy(Object.freeze(Object.create(null)), {
get(target, property) {
if (property === Symbol.toPrimitive) return () => undefined
return nothing
},