This is the first truth of JS Jonas: he writes code not to build empires, but to build sanctuaries of predictability in an unpredictable world.
So he retreated into JavaScript. Not the framework-du-jour, not the hip new build tool, but vanilla JS: callbacks, closures, prototypal inheritance. He found a strange comfort in try...catch . In life, when you throw an error, there is no catch block—just the cold floor of consequence. In JS, you can wrap your fragility in a try and say, “I know this might fail. But I am ready.” js jonas
And yet—he writes export default Jonas . Because ES6 modules taught him that you can encapsulate your chaos. You can choose what to expose. You don’t have to export the whole catastrophe. Just the clean interface. Just the parts that work. This is the first truth of JS Jonas:
Jonas learned early that the world does not operate with === . People use == —loose equality, coercion, hidden intentions. A lover says “I’m fine,” and the engine evaluates it as true when it is palpably false . A boss promises “growth opportunity” when the heap memory is already leaking. Jonas grew tired of this. He craved the purity of a runtime where null is null , undefined is undefined , and nothing pretends to be what it is not. He found a strange comfort in try
Then he closes his laptop. The screen goes dark. The process exits with code 0.