diff --git a/google/colab/html/js/_html.js b/google/colab/html/js/_html.js
index c5a25be5..d321532f 100644
--- a/google/colab/html/js/_html.js
+++ b/google/colab/html/js/_html.js
@@ -51,7 +51,7 @@ function dotAccess(target, accessor) {
}
async function initialize(config) {
- el = document.getElementById(config.guid);
+ const el = document.getElementById(config.guid);
if (!el) {
throw new Error(`No element found with id: ${guid}`);
}