Content
JS long.js console. log (123); console. log ("abc"); console. log (name: "John") Tired of writing console log again and again? JS short.is const c console. log. bind (document) C (123); c("abc"); c (name: "John" ) Make it shorter! Madza madzadev