Daily JavaScript Challenge: Longest Increasing Subsequence in an ArrayDescription: Given an array of integers, write a function to find the length of the longest strictly increasing subsequence.Difficulty: Medium, Topic: Dynamic ProgrammingJoin the Discussion! Daily JavaScript Challenge series on finding the length of the longest increasing subsequence in an array.