nzakas / understandinges6

Content for the ebook "Understanding ECMAScript 6"
5.45k stars 796 forks source link

Chapter -13: Modules Basic Exporting #427

Open mlhazan opened 6 years ago

mlhazan commented 6 years ago

Typo: export function sum(num1, num2) { return num1 + num2; }