1
// Work information
1
let profession = 'Software Engineer'
2
let employer = 'Tailwind Labs'
3
4
// Most important skills
5
let languages = [
6
'JavaScript',
7
'HTML',
8
'CSS',
9
'TypeScript',
10
'Rust', // I'm still learning this...
11
]
12
let frameworks = [
13
'React',
14
'Tailwind', // I might be biased, but it's really great!
15
'Laravel',
16
]
17
let specialties = ['Writing bugs...] Unterminated string literal.
18
normal
main
./work-info.js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Developer