The Weekly Challenge is a chance for all of us to come up with solutions to two weekly tasks.Task 1: Acronyms - Write a script to return true if concatenating the first letter of each word in the given array matches the given word.Task 2: Friendly Strings - Write a script to return true if swapping any two letters in one string match the other string.Examples for both tasks are provided.