Pass a variable from one IIFE to another
问题 I have an index.html file like this and several .js and .css files. What I would like is to make the two .js files communicate with each other, I want to pass variables from one file to another. index.html : <html lang='en'> <head> <meta charset='utf-8'> <script src='https://d3js.org/d3.v5.js' charset='utf-8'></script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script> <link href='/css/a.css' rel='stylesheet'/> <link href='/css/b.css' rel='stylesheet'/>