Skip to content
#

algorithm-scripting-challenges

Here are 11 public repositories matching this topic...

Write a function that takes two or more arrays and returns a new array of unique values in the order of the original provided arrays. In other words, all values present from all arrays should be included in their original order, but with no duplicates in the final array.

  • Updated Mar 20, 2023
  • JavaScript

Return true if the given string is a palindrome. Otherwise, return false. A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.

  • Updated Mar 20, 2023
  • JavaScript

Add this topic to your repo

To associate your repository with the algorithm-scripting-challenges topic, visit your repo's landing page and select "manage topics."

Learn more