/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

bitsofco.de
| | www.igvita.com
1.1 parsecs away

Travel
| | Script-injected scripts block on CSS and delay script execution. Their era has passed, and we now have a much better, cleaner, and faster solution: add an async attribute to your script tags.
| | stevesouders.com
2.8 parsecs away

Travel
| |
| | www.hillelwayne.com
3.0 parsecs away

Travel
| | 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.
| | blog.deesee.xyz
17.0 parsecs away

Travel
| A code-focused blog about security