Cite This Page
Bibliographic details for The JavaScript Problem
- Page name: The JavaScript Problem
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 June 2015 19:50 UTC
- Date retrieved: 7 July 2022 02:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844
- Page Version ID: 59844
Citation styles for The JavaScript Problem
APA style
The JavaScript Problem. (2015, June 6). HaskellWiki, . Retrieved 02:47, July 7, 2022 from https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844.
MLA style
"The JavaScript Problem." HaskellWiki, . 6 Jun 2015, 19:50 UTC. 7 Jul 2022, 02:47 <https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844>.
MHRA style
HaskellWiki contributors, 'The JavaScript Problem', HaskellWiki, , 6 June 2015, 19:50 UTC, <https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844> [accessed 7 July 2022]
Chicago style
HaskellWiki contributors, "The JavaScript Problem," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844 (accessed July 7, 2022).
CBE/CSE style
HaskellWiki contributors. The JavaScript Problem [Internet]. HaskellWiki, ; 2015 Jun 6, 19:50 UTC [cited 2022 Jul 7]. Available from: https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844.
Bluebook style
The JavaScript Problem, https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844 (last visited July 7, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The JavaScript Problem --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844", note = "[Online; accessed 7-July-2022]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "The JavaScript Problem --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=The_JavaScript_Problem&oldid=59844}", note = "[Online; accessed 7-July-2022]" }