HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 17:57:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20130501092344
location: https://web.archive.org/web/20130501092344/https://answers.oreilly.com/tag/coding
server-timing: captures_list;dur=0.522033, exclusion.robots;dur=0.020256, exclusion.robots.policy;dur=0.008624, esindex;dur=0.011753, cdx.remote;dur=268.103365, LoadShardBlock;dur=498.852702, PetaboxLoader3.datanode;dur=134.101470, PetaboxLoader3.resolve;dur=257.020229
x-app-server: wwwb-app204
x-ts: 302
x-tr: 797
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 23 Jul 2025 17:58:00 GMT
content-type: text/html;charset=UTF-8
x-archive-orig-date: Wed, 01 May 2013 09:23:44 GMT
x-archive-orig-server: Apache
x-archive-orig-cache-control: ,no-cachemust-revalidate, max-age=0
x-archive-orig-expires: 0
x-archive-orig-pragma: no-cache
x-archive-orig-set-cookie: answers_session_id=175d79fd6a6222f8006267b023a642f1; path=/; domain=.oreilly.com; httponly
x-archive-orig-set-cookie: answers_session_id=175d79fd6a6222f8006267b023a642f1; path=/; domain=.oreilly.com; httponly
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 01 May 2013 09:23:44 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 19 Nov 2010 16:52:08 GMT", ; rel="prev memento"; datetime="Fri, 08 Feb 2013 01:31:36 GMT", ; rel="memento"; datetime="Wed, 01 May 2013 09:23:44 GMT", ; rel="next memento"; datetime="Wed, 07 Aug 2013 03:24:27 GMT", ; rel="last memento"; datetime="Mon, 07 Jul 2014 13:22:44 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WIDE-20130501084113-crawl413/WIDE-20130501091144-01305.warc.gz
server-timing: captures_list;dur=0.582713, exclusion.robots;dur=0.024005, exclusion.robots.policy;dur=0.013196, esindex;dur=0.013316, cdx.remote;dur=8.905932, LoadShardBlock;dur=166.987572, PetaboxLoader3.datanode;dur=86.683573, PetaboxLoader3.resolve;dur=391.739939, load_resource;dur=388.360021
x-app-server: wwwb-app204
x-ts: 200
x-tr: 645
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
coding Questions and Answers - O'Reilly Answers
Jump to content
coding Feed coding Open Questions Feed coding Email Open Questions via Email
Asked by Testatastic : 11 January 2013 - 08:58 AM
Answered by rachel.j
: Jan 11 2013 01:32 PM
Two books that I think could be great for getting started are Head First Programming and Think Python: How to Think Like a Computer Scientist. They're both written specifically to teach beginners ...
full answer >
Tags:
Asked by TimTim7719 : 24 July 2012 - 03:54 PM
Tags:
By chco
: 19 October 2010 - 05:06 AM
Below we have an excerpt from Javascript Patterns. In this excerpt the author explains the use of the array literal notation and how you should use it.Arrays in Javascript, as most...
Tags:
By chco
: 10 October 2010 - 06:07 PM
The following excerpt from Javascript Patterns explains the different ways to use for loops in Javascript and recommends the best pattern to optimize your code.In for loops you ite...
Tags: