/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

jonas.arnklint.com
| | infinitedigits.co
3.0 parsecs away

Travel
| | Here's my very simple Vim setup that I like to use for writing.
| | www.hillelwayne.com
8.8 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.
| | cameronpavey.me
8.7 parsecs away

Travel
| | You've probably heard of Vim if you've been working with code for a while. Vim is a command-line text editor available for a lot of operating systems. Initially released in 1991, Vim is one of the most popular text editors in the computing community.
| | paragpallavsingh.com
19.0 parsecs away

Travel
| Angular offers a comprehensive JavaScript framework that is built using TypeScript. React, on the other hand, is built using JSX.