/// The default message used by console.log when the input is empty.
pub const CONSOLE_LOG_DEFAULT_MESSAGE: &str = "Hello from console.log!";
/// The default message used by console.warn when the input is empty.
pub const CONSOLE_WARN_DEFAULT_MESSAGE: &str = "Warning from console.warn!";
/// The default message used by console.error when the input is empty.
pub const CONSOLE_ERROR_DEFAULT_MESSAGE: &str = "Error from console.error!";