Skip to content Skip to sidebar Skip to footer

Understanding Es6 Modules

Please can someone confirm my understanding of ES modules? In javascripts/bar.js: var foo = 2; export function Bar() {} In index.html

Post a Comment for "Understanding Es6 Modules"