/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

github.com
| | www.github.com
0.1 parsecs away

Travel
| | my blog, with astro. Contribute to Krayorn/blog development by creating an account on GitHub.
| | cupano.com
0.1 parsecs away

Travel
| | My Blog Posts. Contribute to joecupano/blog development by creating an account on GitHub.
| | letsdefend.io
4.2 parsecs away

Travel
| | To install Androidqf, clone the repository from GitHub. After that navigate to the build directory of this GO language-based application and run it.
| | www.hillelwayne.com
21.6 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.