10 JavaScript tips that can help you understand this programming language better
Oct 1, 2021
If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on Twitter for more information about web development and how to improve as a developer. This article was first published on my Blog
Get a random item from an Array
Use splice() if you want to delete an element from an array
Use map() when looping through arrays
Stop using “==”