Serialize JavaScript to a superset of JSON that includes regular expressions and functions. - yahoo/serialize-javascript... (more…)
Read more »
Yes, there is such thing, and I thought it would be an interesting example to share. It features: closures, self-executing functions, arrow functions, functional programming, and anonymous recursion. (more…)
Read more »
In many cases, the node that you're interested in is not the direct child of the top XML element. Instead, it may be nested several levels down. You can access nodes at any depth using the.. operator, or by using the descendants property. For instance... (more…)
Read more »