how to delete a variable in js

JavaScript
hello = document.getElementById("Hello")
delete hello
Source

Also in JavaScript: