|
You are here |
bitsofco.de | ||
| | | | |
stevesouders.com
|
|
| | | | | ||
| | | | |
www.hillelwayne.com
|
|
| | | | | What does this print? x = 1 x --> 0 Think it through, then try it in a browser console! Answer and explanation in the dropdown. Show answer It prints 1. wait wtf At the beginning of a line (and only at the beginning of a line), --> starts a comment. The JavaScript is parsed as x=1; x; // 0 The browser then displays the value of the last expression, which of course is 1. | |
| | | | |
gent.ilcore.com
|
|
| | | | | The major web browsers load web pages in basically the same way. This process is known as parsing and is described by the HTML5 specificatio... | |
| | | | |
kevquirk.com
|
|
| | | Peter digs into why his server was suddenly overloaded and finds a swarm of bots chewing through his blog. | ||