Best of Logging โ€” April 2021

  1. 1
    Article
    Avatar of devtoDEVยท5y

    8 JavaScript Tips & Tricks That No One Teaches ๐Ÿš€

    JavaScript is one of the coolest languages in the world and is gaining more and more popularity day by day. So the developer community has found some tricks and tips after using JS for quite a while now. Today I will share 8 Tips & Tricks With You!Functional Inheritance is the process of receiving features by applying an augmenting function to an object.

  2. 2
    Article
    Avatar of kentcdoddsKent C. Doddsยท5y

    JavaScript Pass By Value Function Parameters

    In JavaScript, when you call a function with arguments, the arguments you're passing are passed by value, not by reference. When a new function is created, it looks around for all the variables it has access to and "closes over" them to form a "closure" This means that so long as this logger function exists, it will have access to the variables in its parent's function.

  3. 3
    Article
    Avatar of devdojoDevDojoยท5y

    An ultimate guide to Logging in JavaScript

    Data Structures: Why do we need Data Structures? Why does it make sense to use data structures to build data structures? Why is it so important to have a data structure that can be used to build a database of data? Why should we use data Structures to create data structures for data?

  4. 4
    Article
    Avatar of devtoDEVยท5y

    ๐Ÿ˜ฌ15 Very Important Javascript String Methods Every Developer Should Know

    In this post we will take a look at some important and frequently used string methods in javascript. Manipulation of javascript strings are very important in most of the web development projects. Below are the strings which we will used to learn this methods with.var stringOne = " Let's learn important javascript string methods. " var stringTwo = " Also we will see their examples.