
1//Work information2let position = 'Software Engineer'3let company = 'Sky'4let location = 'Remote'56// Most important skills7let languages = [8'JavaScript',9'HTML',10'CSS',11'TypeScript',12]13let frameworks = [14'React',//I love it15'Next.js',16'Tailwind',17]18let goodAt = ['Creating bugs... I mean, fixing them, of course!]■Unterminated string literal.19
Developer