April 16, 2024

ECMAScript JS Features on a Single Webpage

Mozilla’s developer network includes a repository of the most common JavaScript programming terms. This refefrence guide is often used by novice-to-intermediate developers searching for a tidbit of knowledge.

But what about those to do ECMAScripting? Well a new open source webapp named JSFeatures.in answers that question nicely.

It’s a tabular website built with Google’s material design language. Three tables are split based on ES7, ES6, and ES5 syntax. You’ll find code samples and hints for JavaScript related to async functions, array prototypes, and methods of interacting with JS objects.

JSFeatures ECMA JavaScript

The site itself is bare yet highly usable. It places a focus on the content and it’s even mobile-responsive for smartphone users.

If you want to check out the source or submit a pull request you can visit the JS Features GitHub page.

Anyone should be able to clone the repository for themselves to update, append, or change any of the code guidelines. This makes JSFeatures.in a portable & highly customizable resource for developers.

Jake is a creative writer and UI designer by trade. You can follow him on twitter @jakerocheleau or learn more at his personal website JakeRocheleau.com.

Leave a Reply

Your email address will not be published. Required fields are marked *