/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dmitryfrank.com
| | joeyreyes.dev
4.3 parsecs away

Travel
| | Happy new year! I'm kicking 2022 off with a post that has been in my queue for quite some time, an exploration of strict mode in JavaScript
| | javascriptweblog.wordpress.com
4.4 parsecs away

Travel
| | The fifth edition of the ECMAScript specification introduced Strict Mode. Strict Mode imposes a layer of constraint on JavaScript - intended to protect you from the more perilous aspects of the language. While researching this article I wrote 38 tests covering all the Strict Mode rules as defined in the ES5 specification. You can see
| | benmyers.dev
3.0 parsecs away

Travel
| | A peek inside the matryoshka dolls that power your programming. Written mainly for JavaScript developers.
| | ibob.bg
24.8 parsecs away

Travel
| Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).