6

Say the world's source code was opened for anyone to edit, which function would you change?

// js land

function conception(e) {
e.preventDefault();
return;

// original code here
}

Comments
  • 0
    What counts as "the world" specificly?
  • 0
    @HampusMa any aspect of reality. This is a joke, do not take it seriously. The source code is protected by the guardians, they will never release it, let alone allow any mortal to modify it.
  • 1
    function onScreamingMoterlode() {
    this.money += 1000000;
    }
  • 2
    @Frederick and there will be a @LlamaMan in that new reality who will post the same question
    And there will be a @Frederick thinking, "Well this is monotonous, I'll change people's intelligence, distinguish them into 2 classes and introduce a vivid variable factor called color"

    Welcome to an infinite loop
  • 0
    @Frederick this would kill half of the world's industries (if not more), make humans expendable, and help humanity to focus their efforts towards a single shared goal like universe domination or helping to insert a usb the right way around on the first try.
  • 0
    I'd change it so that communism was nice and working society model, not that thing it was 😂
  • 1
    One line:
    world.setCheatsEnabled(true);
  • 0
    @WIPocket I like that one. Made me think of this:

    function speak(sentence) {
    eval(sentence);
    }

    Sure it will throw exceptions most of the time, but would make us feel like magicians.
Add Comment