1
// Personal information
2
let name = 'Akmal Hossain';
3
let age = 24;
4
let occupation = 'Senior Software Engineer & Consultant';
5
let employer = 'Authentic Brands Group, NYC, USA';
6
let location = 'Dhaka, Bangladesh';
7
8
// My hobbies
9
let hobbies = [
10
    'Programming',
11
    'Eating',
12
    'More programming',
13
    'Sleeping',
14
    'Playing games',
15
    'Listening to music',
16
    'Writing useless code',
            ◼ Just like this website...
17
];
18
19
// My favourite languages
20
let languages = [
21
    'TypeScript',
22
    'Go', // Currently most favourite
23
    'JavaScript',
24
    'Rust',
25
    'HTML',
26
    'CSS',
27
    'Python',
28
    'C/C++',
29
];
30
31
// Technology I like to work with
32
let techStack = [
33
    'React / Next.js / Remix.js / React Native / Vue / Svelte', // Trying out Solid and Qwik
34
    'TailwindCSS / ChakraUI / HeadlessUI / RadixUI',
35
    'GraphQL / Apollo / Relay',
36
    'WebRTC / WebSockets',
37
    'PostgresSQL / MongoDB / Firebase / Redis / Prisma / Knex',
38
    'Docker / K8S / AWS / Google CLoud', // Still learning dev-ops
39
    'Shopify / Hydrogen',
40
];
41
42
// My specialities
43
let specialities = [ 'Writing bugs ];
            ◼ Unterminated string literal...
44
main
Tab Size: 4
UTF-8
{} Javascript