/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

www.nfriedly.com
| | wesbos.com
1.8 parsecs away

Travel
| |
| | idiallo.com
4.0 parsecs away

Travel
| | There are many ways to detect if an object is an array. I found a single line of code to rule them all.
| | crockford.com
2.7 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive implementation of a parser for a custom programming language, using a Pratt parser (also known as a Top-down operator precedence parser) approach. It includes definitions for various language constructs like constants, statements, functions, and object/array literals, along with error handling and symbol table management. The code is structured around token processing and rule-based parsing for expressions, statements, and blocks.
| | kaidez.com
10.8 parsecs away

Travel
| Use JavaScript functional programming to set click-to-link functionality on a set of elements. Code sample has a basic webpack/Babel setup.