JustinDrake / node-es6-examples

ECMAScript 6 examples for Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class example. import/export

mayacr86 opened this issue · comments

commented

First of all, thanks for the great samples!

Just wondering, could you please add one to show how to create a Class (with a constructor accepting parameters) and how to export/import it from somewhere else? Thanks!