Day 16 Challenge
Day 16 of 365 Days of Coding! Another JavaScript array challenge. Create a function that accepts an array and returns an array of the passed in array with no duplicates. Remove all duplicates from an array in JavaScript
How to Get a Sequence in Order With No Duplicate Consecutive Items
JavaScript solution for Implement the function uniqueInOrder which takes as argument a sequence and returns a list of items without any elements with the same value next to each other and preserving the original order of elements. Learn How to Get a Sequence in Order With No Duplicate Consecutive Items in JavaScript Day 12 of 365 Days of Coding
Day 12 Challenge
Day 12 of 365 Days of Coding! Another JavaScript array challenge. Create a function that accepts a string or an array and returns a list of items without any elements with the same value next to each other and preserving the original order of elements.
Day 7 Challenge
Day 7 of 365 Days of Coding! JavaScript Challenge 7. Create a function that accepts and array counts the number of times a particular item shows up in the array.
Snail Array Challenge Solution JavaScript
The JavaScript solution to the CodeWars snail challenge. Given an n x n array, return the array elements arranged from outermost elements to the middle element, traveling clockwise. Day 5 of 365 Days of Coding
Day 5 Challenge
Day 5 of 365 days of coding! Today we are borrowing a challenge from Codewars - the snail challenge! Create a function that accepts and array. Given an n x n array, return the array elements arranged from outermost elements to the middle element, traveling clockwise.