Improve readability and reduce bugs by using array functions over loops
Aug 12, 2024
Use splice, toSpliced or filter to remove elements from an array.
Jun 20, 2024
Use 'includes', 'find' or 'some' to check if an array contains an element
Jun 20, 2024