A false assertion prints message to the console without interrupting execution of subsequent code.
pub fn console_assert() {
web_sys::console::assert();
}
pub fn assert()