유튜브의 영상의 task를 영어로 번역하였음. 각 task에 맞는 적절한 코드를 써보도록 하자. 아래의 기본적인 코드는 생략하겠음-src |-routes |-companies.mjs |-products.mjs |-index.mjs |-utils |-constants.mjs index.mjsUnder src/utils/constants.mjs contains the following data.export const products=[ { id:1, label:"Galaxy23", popularity:5 }, { id:2, label:"TV", popularity:3 }, ..