Whether you work with paperwork daily or only from time to time need them, DocHub is here to assist you make the most of your document-based tasks. This tool can change style in log, facilitate collaboration in teams and create fillable forms and legally-binding eSignatures. And even better, every record is kept safe with the top safety standards.
With DocHub, you can get these features from any place and using any device.
Hey guys! Today were going to be taking a look at how to do some CSS styled fancy console logging, to just make your site a bit fancier or maybe hide some easter eggs inside your console, if youre into that. So lets start off by just logging something normal. As you can see Ive already got some examples up here. So console.log(Test). (Also lets turn off these autocomplete from history things because they are just annoying). And as you can see, if we just log test then everything works fine. But now lets try creating something like this where the text actually changes its style halfway through. So lets first of all try logging the string as normal: this is a styled string. You can see that it still looks normal like youd expect. But lets now add a few flags for styling. So as you can see im adding %c flags here. If we just press enter now then theyre just printed. But lets take a look at what happens if I now add a second parameter to th