Explore >> Select a destination


You are here

madole.xyz
| | syntackle.com
3.0 parsecs away

Travel
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly.
| | www.hillelwayne.com
4.0 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.
| | www.usebox.net
3.3 parsecs away

Travel
| | I'm catching up with some interesting changes in Javascript since the last time I used it.
| | www.theserverside.com
16.7 parsecs away

Travel
| Vibe coding, or using AI agents to create application code, is a surging trend. Watch how vibe coding works with two popular tools, Replit and GitHub Copilot.