Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
The Fifth Element
Friday, March 9th, 2012 at 4:14 pm |
Action
| by
Nick Pyett
var
elements
=
[
''
,
'Earth'
,
'Wind'
,
'Fire'
,
'Water'
,
'Hot alien chick'
]
;
function
defeatGaryOldman
(
)
{
return
elements
[
5
]
+
' + Bruce Willis'
;
}
Vote up this code
0