Explore >> Select a destination


You are here

fantinel.dev
| | www.hillelwayne.com
11.2 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.
| | golb.hplar.ch
8.8 parsecs away

Travel
| |
| | codewithstyle.info
8.5 parsecs away

Travel
| | This post is part of a series in which I will describe how I built my first PWA, Friendtainer. It will touch on many topics such as Angular 2, Ionic 2
| | boldandgreen.wordpress.com
51.0 parsecs away

Travel
| I tried a new background color for my windows as shown here. Instead of the light grey suggested, I picked a very light brown: R 230 Y 222 B 188 (as shown on picture). The best thing is to change the background in Word first and test the color.