Javascript How to convert all Array values to LowerCase in JavaScript or with lodash Panayiotis Georgiou 24/01/2021 0 You can also now achieve this very simply by using an arrow function and the map() method of the Array: var words =!-->!-->!-->…
Javascript Destructuring JavaScript Objects Panayiotis Georgiou 12/01/2018 0 Destructuring is a huge part of ES6. This post is a simple introduction to what destructuring actually is and how to destructuring…