const PSEUDONYM = 'BforBilly';
const NAME = 'Halim Putra';
 
let location = 'Surabaya, Indonesia';
 
let hobbies = [
  'Programming',
  'Drink Coffee',
  'Listening Music',
  'Read manga',
  'See a movie'
];
const PSEUDONYM = 'BforBilly';
const NAME = 'Halim Putra';
 
let location = 'Surabaya, Indonesia';
 
let hobbies = [
  'Programming',
  'Drink Coffee',
  'Listening Music',
  'Read manga',
  'See a movie'
];