array of array

0

Create a 'uniqueWords' function that accepts a string 'str' and returns an array of all the unique words in that string.

By Beginner Theodore Kling at Jan 25 2021

0

Write a recursive function flattenRecursively that flattens a nested array. Your function should be able to handle varying levels of nesting.

By Beginner Ben Windler at Feb 07 2021

0

The value associated with each key will be an array consisting of all the elements that resulted in that return value when passed into the callback.

By Beginner Dallas Bernier at Jan 10 2021

0

JSON.stringify() function converts buffers into objects. The raw data is encoded as an array of bytes that you can pass in to Buffer.from().

By Wooden Hammer Sandy Halvorson at May 16 2021

0

Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. javascript

By Beginner Nicole Tremblay at Nov 08 2019

0

Write a function called lucky_sevens which takes an array of integers and returns true if any three consecutive elements sum to 7. by js

By Beginner Condemned Cardinal at Apr 19 2021


Related code examples


Code examples by languages