Given the list
[One, Two, Three, Four, Five], fetch the third element (
'Three')
clojure (nth '[One Two Three Four Five] 2)
(nth '[One Two Three Four Five] 2)
Submit a new solution for
clojure
There are 24 other solutions in
additional languages (
cpp,
csharp,
erlang,
fantom ...)