Explore >> Select a destination


You are here

golb.hplar.ch
| | ariya.io
13.5 parsecs away

Travel
| | A common approach to analyze JavaScript source statically is to parse the source into an abstract syntax tree (AST) and then to traverse the AST. An alternative approach that might work in a few cases is to inspect each syntax node as it is constructed.
| | dvt.name
12.4 parsecs away

Travel
| | I haven't looked at the mailing lists and drafts, so I'm not sure who came up with the brilliantly-awful spread syntax (not operator) that's made its way into ES6 and is being used liberally by React, Redux, Vue, and many others, but... seriously? Ecmascript has been making strides in the "serious language for serious things" ...
| | techinsights.manisuec.com
9.3 parsecs away

Travel
| | What is destructuring assignment? The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. - MDN
| | skilldrick.co.uk
96.7 parsecs away

Travel
| JavaScript is an awesome language. Now, a few years ago, you'd be marked out as a weirdo for saying something like that. I think there'd probably be some kind of witch-burning ceremony or something, because JavaScript was this stupid language which had stupid syntax and stupid scope and was used to do stupid things by stupid people and just led to awful spaghetti code and killed kittens. These days people are more understanding, and more and more are coming out of the JavaScript closet.