• 2 Posts
  • 64 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle






  • master5o1@lemmy.nztoProgrammer Humor@lemmy.mlErrors
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    5 months ago

    My assumption is that it’s setting up an object to map element selectors -> callbacks.

    var specialElementHandlers = {
      '#editor': function() {
        return true;
      }
    };
    

    But yeah, could be something as

    var specialElementHandlers = Object.assign({}, defaultHandlers, {
      '#editor': function() {
        return true;
      }
    }; // missing closing parenthesis 
    









  • It’s electioneering in that it is to create damage control ahead of dropping or delaying any promised reward to those that voted for the income tax cut.

    It can allow them to defer until they claim that NZ is not fragile, which would probably be as a re-election campaign: vote for us because WE fixed a fragile economy, let’s keep the momentum so that we can let people keep more of their hard earned income.