Bill Denver
Bill Denver (June 12, 1901 – May 28, 1933) was an American racecar driver. He and his riding mechanic, Bob Hurst, died from injuries sustained during a qualification run for the 1933 Indianapolis 500.[1]
Bill Denver | |
---|---|
Nationality | American |
Born | Eura Denver Orem June 12, 1901 Ravenswood, West Virginia, U.S. |
Died | May 28, 1933 31) Indianapolis, Indiana, U.S. | (aged
Cause of death | Injuries from racing accident |
Indianapolis 500 results
|
|
gollark: And yet you *didn't notice* that I wasn't responding in any way?
gollark: "Lyric"Ly "accidentally" kicked me.
gollark: No. You are typing and I do not have TTS enabled.
gollark: I think writemut should return the mutref you provide.
gollark: ```javascriptimport {assertType, addDefn} from './builtin.mjs';import {execFn} from './shiny.mjs';const getElem = (args) => [{type:"domNode", val:document.getElementById(args[0])}];const setHTML = (args) => args[0].innerHTML = args[1];const mutref = (args) => [{type:"&mut", val:args[0]}];const readmut = (args) => [args[0]];const log = (args) => { console.log(args); return [];}const writemut = (args) => { assertType("&mut", args[1]); args[1].val = args[0]; return [];}const onclick = (args) => { args[0].onclick = (_) => { execFn(args[1]); } return [];}addDefn("log", 1, log);addDefn("getId", ["string"], getElem);addDefn("setHTML", ["domNode", "string"], setHTML);addDefn("mutref", 1, mutref);addDefn("readmut", ["&mut"], readmut);addDefn("writemut", 2, writemut);addDefn("onclick", ["domNode", "closure"], onclick);```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.