Explore >> Select a destination


You are here

www.bitovi.com
| | www.vintasoftware.com
15.5 parsecs away

Travel
| | Lambda expressions, also known as arrow functions, are a fundamental feature in JavaScript. Learn about the advantages of Javascript Lambda functions, examples and more.
| | www.hillelwayne.com
15.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.
| | abdulapopoola.com
13.8 parsecs away

Travel
| | We all have to track variables;while debugging; generally the easier it is to monitor changes, the faster bugs can be detected and fixed. Web developer tools expose various methods for tracking changes in variable values. There are a couple of drawbacks e.g. non-uniform support across platforms) but again, half-bread is better than none :).
| | kiko.io
62.8 parsecs away

Travel
| When I started Mentions United to collect and display the interactions of syndication from the various Fediverse platforms on my static blog, I initia...