# lukehoban/es6features

Overview of ECMAScript 6 features

Repository: https://github.com/lukehoban/es6features
Canonical: https://ross.abutalabs.com/products/es6features
License: MIT
License Family: permissive
Last push: 2023-01-27T13:36:18+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4566, "days_push": 1314, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 29032, forks 2777 (observed 2026-08-28T04:11:53.019782+00:00)

## What it is
A concise overview document of ECMAScript 6 (ES2015) language features with short code examples for each feature such as arrows, classes, template strings, destructuring, generators, and promises. It is a reference/learning resource rather than a software library or tool.

## Use cases
- learn what's new in es6 javascript
- quick reference for es6 syntax examples
- understand arrow functions classes and template literals
- overview of ecmascript 2015 features for a team
- brush up on javascript generators and promises
- find code samples for destructuring and spread operators

## When to choose
- you want a short, example-driven summary of ES6 features
- you are teaching or onboarding developers on modern JavaScript basics
- you need a quick lookup of ES6 syntax without reading the full spec

## When to avoid
- you need exhaustive or up-to-date language documentation (use MDN or the ECMAScript spec)
- you need a runnable library, transpiler, or tool
- you need features introduced after ES6/ES2015

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: documentation
- domain: programming-languages, web-development, tutorials
- platform: browser, cross-platform
- tags: javascript, es6, ecmascript-2015, language-features, reference-guide, cheatsheet, nodejs

## Member repositories
- lukehoban/es6features (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:53.019782+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:53:15.578226+00:00, confidence not recorded.
  - readme: https://github.com/lukehoban/es6features (fetched 2026-08-28T04:11:53.019782+00:00, sha eb4850bf3e72)
- Data as of 2026-08-30T08:39:29.467469+00:00.
