Explore >> Select a destination


You are here

www.igvita.com
| | 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.
| | bitsofco.de
9.8 parsecs away

Travel
| | Articles on frontend development and more.
| | www.dannyguo.com
15.4 parsecs away

Travel
| |
| | www.quytech.com
87.2 parsecs away

Travel
| In this blog we have covered, whole process to develop a forex trading app. Read to know how to build a trading app like OctaFX from scratch.