You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excuse me, but does not work if adding an object at firt time
var lib = hotload("./lib.js").key;
And then in the code further:
console.log(lib); ???
I d like to test destructuring variable, but unluck .
var {key}= hotload("./lib.js");.....
console.log(key)
The text was updated successfully, but these errors were encountered:
Excuse me, but does not work if adding an object at firt time
var lib = hotload("./lib.js").key;
And then in the code further:
console.log(lib); ???
I d like to test destructuring variable, but unluck .
var {key}= hotload("./lib.js");.....
console.log(key)
The text was updated successfully, but these errors were encountered: