Replacing `const ` with `global.` changes JavaScript code. There should be an option to disable this. ```html <pre textrun="javascript/run" share-vars="false"> const a = 1 </pre> ```
Replacing
constwithglobal.changes JavaScript code. There should be an option to disable this.