Home > Frontend Engineering and Javascript > Javascript Fundamentals > Introduction to Arrays and Array Operations Show previous contentTry this exercise. Click the correct answer from the options.Which of the following would generate an error?Click the option that best answers the question.lst = [] lst = [3] lst = ['lily','rose','sunflower'] None of the above Show following content