Posts by Saulo Alves • 13 points
1 post
-
1
votes1
answer20
viewsQ: Function error not set when working with Ecmascript modules in the browser
I am trying to work with modules in Javascript and came across a problem when calling a function that is in the file main.js for index.html. <!doctype html> <html lang="en"> <head>…