{"id":17068413,"url":"https://github.com/kylestetz/es6-demos","last_synced_at":"2026-04-13T16:35:45.972Z","repository":{"id":28838289,"uuid":"32361995","full_name":"kylestetz/ES6-Demos","owner":"kylestetz","description":"Simple, approachable, and runnable examples of new ES6 features.","archived":false,"fork":false,"pushed_at":"2015-03-17T01:13:46.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T10:31:37.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kylestetz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-17T00:42:42.000Z","updated_at":"2015-04-13T18:20:41.000Z","dependencies_parsed_at":"2022-09-05T05:01:40.384Z","dependency_job_id":null,"html_url":"https://github.com/kylestetz/ES6-Demos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kylestetz/ES6-Demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestetz%2FES6-Demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestetz%2FES6-Demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestetz%2FES6-Demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestetz%2FES6-Demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylestetz","download_url":"https://codeload.github.com/kylestetz/ES6-Demos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylestetz%2FES6-Demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T11:13:22.422Z","updated_at":"2026-04-13T16:35:45.952Z","avatar_url":"https://github.com/kylestetz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ES6 Feature Overview\n\nThis repo contains simple and practical examples demonstrating many of the new features in ECMAScript 6. These are my notes, hopefully they will be useful to you!\n\nThe demos:\n- [x] Arrows: `simple` and `practical`\n- [ ] Classes\n- [ ] `const`\n- [x] Destructuring: `simple` and `practical`\n- [ ] For...of loops (related to Generators)\n- [ ] Generators \u0026 `for`...`of` loops\n- [ ] `let`\n- [ ] Map\n- [ ] Objects\n- [ ] Promise\n- [ ] Proxy (not implemented in Babel!)\n- [ ] Reflect\n- [ ] Set\n- [x] Spread: `simple`\n- [x] Template Strings: `simple` and `practical`\n- [ ] WeakMap\n- [ ] WeakSet\n\n### How To Use\n\nThe source files in `src/` are meant to be read and messed around with. Running them will produce some useful console logs and should provide a simple way for you to play around with \u0026 learn the new features.\n\nThe ES6 files are in `src/`. The `gulp babel` task uses Babel to transpile the ES6 code down to javascript that can be run in Node. These files are created in the `dist/` folder.\n\n1. Download this repo: `git clone reponame`\n\n2. Install the dependencies: `npm install`\n\n3. Make sure you have `gulp`: `npm install -g gulp`\n\n3. Run `gulp babel`\n\n4. Run any of the files in the `/dist/` folder to see the output: `node dist/arrows/simple.js`\n\nRunning `gulp default` or just `gulp` will watch the `src/` folder for changes, transpiling them on save!\n\n### Help me\n\nNow accepting pull requests.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylestetz%2Fes6-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylestetz%2Fes6-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylestetz%2Fes6-demos/lists"}