3 lines
39 B
JavaScript
3 lines
39 B
JavaScript
var b = 42;
|
|
window.exposed = window.b;
|
var b = 42;
|
|
window.exposed = window.b;
|