Cite This Page
Bibliographic details for JavaScript
- Page name: JavaScript
- Author: Lost In Wonderlands contributors
- Publisher: Lost In Wonderlands, .
- Date of last revision: 1 April 2017 14:41 UTC
- Date retrieved: 13 August 2026 02:26 UTC
- Permanent URL: http://technoverse.free.fr/index.php?title=JavaScript&oldid=85
- Page Version ID: 85
Citation styles for JavaScript
APA style
JavaScript. (2017, April 1). Lost In Wonderlands, . Retrieved 02:26, August 13, 2026 from http://technoverse.free.fr/index.php?title=JavaScript&oldid=85.
MLA style
"JavaScript." Lost In Wonderlands, . 1 Apr 2017, 14:41 UTC. 13 Aug 2026, 02:26 <http://technoverse.free.fr/index.php?title=JavaScript&oldid=85>.
MHRA style
Lost In Wonderlands contributors, 'JavaScript', Lost In Wonderlands, , 1 April 2017, 14:41 UTC, <http://technoverse.free.fr/index.php?title=JavaScript&oldid=85> [accessed 13 August 2026]
Chicago style
Lost In Wonderlands contributors, "JavaScript," Lost In Wonderlands, , http://technoverse.free.fr/index.php?title=JavaScript&oldid=85 (accessed August 13, 2026).
CBE/CSE style
Lost In Wonderlands contributors. JavaScript [Internet]. Lost In Wonderlands, ; 2017 Apr 1, 14:41 UTC [cited 2026 Aug 13]. Available from: http://technoverse.free.fr/index.php?title=JavaScript&oldid=85.
Bluebook style
JavaScript, http://technoverse.free.fr/index.php?title=JavaScript&oldid=85 (last visited August 13, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Lost In Wonderlands",
title = "JavaScript --- Lost In Wonderlands{,} ",
year = "2017",
url = "http://technoverse.free.fr/index.php?title=JavaScript&oldid=85",
note = "[Online; accessed 13-August-2026]"
}
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 = "Lost In Wonderlands",
title = "JavaScript --- Lost In Wonderlands{,} ",
year = "2017",
url = "\url{http://technoverse.free.fr/index.php?title=JavaScript&oldid=85}",
note = "[Online; accessed 13-August-2026]"
}