|
You are here |
jonas.arnklint.com | ||
| | | | |
infinitedigits.co
|
|
| | | | | Here's my very simple Vim setup that I like to use for writing. | |
| | | | |
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. | |
| | | | |
cameronpavey.me
|
|
| | | | | 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
|
|
| | | Angular offers a comprehensive JavaScript framework that is built using TypeScript. React, on the other hand, is built using JSX. | ||