Q2.Print prime number from 1 to 100, insert element in an array at specific index without using loop, star pattern, closure, event loop, asynch... read more
Q3.Solved it by looping through each element first. Split the string into an array to get access to each character. Using the .every() method c... read more