Explore >> Select a destination


You are here

mariusschulz.com
| | 2ality.com
15.2 parsecs away

Travel
| | This blog post describes the ECMAScript proposal "ShadowRealm API" by Dave Herman, Caridy Patiño, Mark S. Miller, Leo Balter, and Rick Waldron. Class ShadowRealm provides a new way of evaluating code at runtime - think eval() but better: Each instance has its own global JavaScript scope. Code is evaluated in that scope. If it changes global data, that only affects the ShadowRealm, but not the real global data.
| | alexanderell.is
6.8 parsecs away

Travel
| |
| | zacharyparsons.co.uk
19.3 parsecs away

Travel
| | A post about the Free Code Camp problem Everything Be True - written by Zachary Parsons and published at zacharyparsons.co.uk
| | www.vintasoftware.com
74.0 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.