block-2.js (142B)
1 // Block arrow functions don't return the last expression-statement value automatically. 2 3 var f = a => { a + 1; }; 4 assertEq(f(0), undefined);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |