Tag: PHP

  • Destructuring Assignment

    Destructuring Assignment

    One thing I love and use all the time is Destructuring Assignment. You can do this in PHP, JavaScript, on any object or array and if often used in JavaScript frameworks like React, example: Before we go on, I’d like to mention that all examples are in JavaScript, I do have a few examples in…