You are here |
mariusschulz.com | ||
| | | |
2ality.com
|
|
| | | | 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
|
|
| | | | ||
| | | |
zacharyparsons.co.uk
|
|
| | | | A post about the Free Code Camp problem Everything Be True - written by Zachary Parsons and published at zacharyparsons.co.uk | |
| | | |
www.vintasoftware.com
|
|
| | Lambda expressions, also known as arrow functions, are a fundamental feature in JavaScript. Learn about the advantages of Javascript Lambda functions, examples and more. |