// Work information
1
let profession = 'Full Stack'
2
let employee = 'Freelancer Self'
3
4
// Most important skills
5
let languages = [
6
   'Javascript',
7
   'TypeScript',
8
   'PHP',
9
   'Swift',  // I'm still learning this...
10
]
11
let frameworks = [
12
   'ReactJs',
13
   'React Native',
14
   'Laravel',
15
   'Express',
16
]
17
let specialties = ['Writing bugs...]   Unterminated string literal.
18
normal
main
./work-info.js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Developer