Explore >> Select a destination


You are here

elijahmanor.com
| | www.hillelwayne.com
12.1 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.
| | rafaelcamargo.com
7.3 parsecs away

Travel
| | For a long time, libraries like MomentJS and DateFNS reigned supreme when it came to date manipulation. Although they still satisfy very specific use cases, if all you need is to simply format a date, you might already be able to meet your needs with just native JavaScript.
| | seanmcp.com
11.1 parsecs away

Travel
| | A brief journey into the dangerous world of user agent sniffing
| | etodd.io
81.0 parsecs away

Travel
| I've updated the browser plugin to finally support full online multiplayer! Go try it! I think the plugin is now stable enough that I am promoting it as the officially recommended method of playing the game. :) Of course, there are still some problems. Namely, in Internet Explorer the mouse control doesn't work. Testing so far has shown Firefox 3 and Chrome (on Windows) handle the game very well. So give it a whirl, and please post any errors or bugs you get, along with your OS and browser!