Online JavaScript Editor (product)

Online JavaScript Editor – great js playground for rapid front-end experiments.

Similar

Evaluating JavaScript Code via Import()

The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. (more…)

Read more »

Array.prototype.reduce() in JavaScript

This is episode three of the JavaScript Snippet Series. In Episode one, we discussed three methods of getting unique values from JavaScript. In Episode two we discussed some ways to sort arrays in JavaScript. In this article, we will be looking at... (more…)

Read more »