📅  最后修改于: 2022-03-11 15:02:56.847000             🧑  作者: Mango
/*Attempting to use a keyword for anything other than it's intended
use will result in an error. To see this, let's try to name a variable
const.*/
let const;
/*let const
^^^^^
SyntaxError: Unexpected token const*/