Skip to content

xingmarc/tiny-simple-es6-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Tiny Simple ECMAScript 2015 (ES6) Data Structure

This is a very tiny and simple data structure making use of some ECMAScript 2015 new features.

Inspired by James Kyle's itsy-bitsy-data-structures. I highly recommend you to read his first.

I learned all the new features of ES6 from Nicholas C. Zakas' book Understanding ECMAScript 6.

Features

1, class and class inheritance.

2, Proxy and Reflection API

3, generator

Besides, in the code I showed a way to make some private javascript class members.

Hope you like it!

About

A tiny simple file of ES6 data structures with tests !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages