Best of LoggingOctober 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    7 console.log() alternatives

    console.count() is used to check how many times this line has been called. console.assert() is Used to assert that something is truthy. If not, it will log a message to the console.console.group() and console.groupEnd() are used for grouping similar (or different ;) logs together.

  2. 2
    Article
    Avatar of devtoDEV·5y

    Some Javascript Methods you should know

    In this article, we are gonna look at some javascript methods that you should know. You might know some as well if yes then feel free to skip that particular section. We are just taking a string and splitting it into an array then we use the reverse() and join() back together. Let's see how we can implement it.

  3. 3
    Article
    Avatar of asayerasayer·5y

    The Ultimate Guide to Getting Started with the Rollup.js JavaScript Bundler