this works: ```js import('./a') ``` but what do we do with ```js var a = './a' + Math.random() import(a) ```
this works:
but what do we do with