Explore >> Select a destination


You are here

www.igvita.com
| | bitsofco.de
9.8 parsecs away

Travel
| | Articles on frontend development and more.
| | www.hillelwayne.com
14.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.
| | danielsieger.com
12.3 parsecs away

Travel
| | This article provides practical steps on how to improve the performance of your website built using Jekyll.
| | blog.melski.net
31.6 parsecs away

Travel
| Welcome! You've found Eric Melski's personal blog, where I share my thoughts about software development, with a particular emphasis on software build acceleration and data visualization. I'm a software developer with over 20 years of professional experience. Creating high quality, high performance software that solves real problems is my passion. Currently, I'm a Senior Software...