let message;message = 'Hello!';alert(message);
alert( 1 / 0 ); // Infinity
alert( Infinity ); // Infinity