Skip to content

Commit 73b9250

Browse files
committed
Remove unused variable
1 parent faaf190 commit 73b9250

File tree

1 file changed

+0
-1
lines changed
  • brython/chrome_extensions/hello_js

1 file changed

+0
-1
lines changed

brython/chrome_extensions/hello_js/popup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ let helloButton = document.getElementById("hello-btn");
44

55
helloButton.onclick = function (element) {
66
const defaultName = "Real JavaScript";
7-
let msg = "";
87
let name = prompt("Enter your name:", defaultName);
98
if (!name) {
109
name = defaultName;

0 commit comments

Comments
 (0)