Daily JavaScript Challenge: Reverse Words in a SentenceGiven a sentence string, write a function to reverse the order of the words. Words are separated by spaces.The output should be a new string with the words in reversed order, but the original word order maintained.Part of our Daily JavaScript Challenge series. Follow for daily programming challenges and let's grow together!