1994 in UFC
The year 1994 is the 2nd year in the history of the Ultimate Fighting Championship (UFC), a mixed martial arts promotion based in the United States. In 1994 the UFC held 3 events beginning with, UFC 2.
1994 in UFC | ||||
---|---|---|---|---|
![]() | ||||
Information | ||||
First date | March 11, 1994 | |||
Last date | December 16, 1994 | |||
Events | ||||
Total events | 3 | |||
UFC | 3 | |||
Fights | ||||
Total fights | 32 | |||
Chronology | ||||
|
Debut UFC fighters
The following fighters fought their first UFC fight in 1994:
|
|
|
Events List
# | Event | Date | Venue | Location | Attendance |
---|---|---|---|---|---|
004 | UFC 4: Revenge of the Warriors | Dec 16, 1994 | Expo Square Pavilion | Tulsa, Oklahoma, U.S. | 5,857[1] |
003 | UFC 3: The American Dream | Sep 9, 1994 | Grady Cole Center | Charlotte, North Carolina, U.S. | 3,000 |
002 | UFC 2: No Way Out | Mar 11, 1994 | Mammoth Gardens | Denver, Colorado, U.S. | 2,000[2] |
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
- "UFC 4: Trouble on the horizon". sports.yahoo.com. Retrieved Oct 19, 2010.
- "UFC 2: No Way Out". tapology.com. Retrieved Oct 20, 2010.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.