Hi @IshaniVShah ,
To check if a value is present in all elements of an array, you can use the "every" function in combination with the "in" function.
The "every" function takes a function as its argument, which is used to evaluate each element in the array. The "in" function returns a boolean value ...