1887 Boston mayoral election

The Boston mayoral election of 1887 saw the reelection of Hugh O'Brien to a fourth consecutive term.

Boston mayoral election, 1887
December 13, 1887[1]
 
Candidate Hugh O'Brien Thomas N. Hart
Party Democratic Republican
Popular vote 26,636 25,179
Percentage 51.41% 48.59%

Mayor before election

Hugh O'Brien
Democratic

Elected Mayor

Hugh O'Brien
Democratic

Results

1887 Boston mayoral election[1]
Party Candidate Votes %
Democratic Hugh O'Brien (incumbent) 26,636 51.41%
Republican Thomas N. Hart 25,179 48.59%
Turnout 51,815
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
gollark: I found an upside-down mappings table somewhere, which ought to help.

See also

References

  1. "RaceID=727496". Our Campaigns. Retrieved May 11, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.