1
//Work information
2
let position = 'Software Engineer'
3
let company = 'Expleo Group'
4
let location = 'Remote'
5
6
// Most important skills
7
let languages = [
8
'JavaScript',
9
'HTML',
10
'CSS',
11
'TypeScript',
12
]
13
let frameworks = [
14
'React',//I love it
15
'Next.js',
16
'Tailwind',
17
]
18
let goodAt = ['Creating bugs... I mean, fixing them, of course!]Unterminated string literal.
19
normal
main
./work-info.js
Developer