 
      
    | You are here | www.tsmean.com | ||
| | | | | www.hillelwayne.com | |
| | | | | 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. | |
| | | | | vladivanov.me | |
| | | | | What are modular systems in JavaScript? Why are there so many? What problems can arise from this and how can they be solved? And what to choose in 2023? I'll tell in this article. | |
| | | | | 2ality.com | |
| | | | | This blog post explains how to configure how Babel 6 accesses its own helper functions and the ES6 standard library. | |
| | | | | www.siteleaf.com | |
| | | In this tutorial, we'll show you how to get set up and develop websites locally using Jekyll, a static website generator built on Ruby. We'll cover installing Jekyll, creating a new site, file structure, and finally we'll commit our new site to GitHub. | ||