macro_rules! log { ( $( $t:tt )* ) => { ... }; }
Wrap the web_sys access to the browser console in a macro for easy logging
web_sys