📅  最后修改于: 2022-03-11 15:04:26.580000             🧑  作者: Mango
(function () {
// some initiation code
let firstVariable;
let secondVariable;
})();
// firstVariable and secondVariable will be discarded after the function is executed.