Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* My Code Start Here */
- const name = "Pratama 'Sam1Dz' Dimas";
- const age = 19;
- const address = "East Jakarta";
- const hobby = "Playing Game, Programming, Reading Novel or Manga, Watching Anime";
- const school = "Vocational High School 4 Malang - Software Engineering";
- const answeer_1 = "I want to make a Game, or Software that can be used Worldwide";
- const answeer_2 = "I Learning C++ when still 14. Learning HTML, CSS, JavaScript, PHP, Java when at School. Now i Work as a ReactJS Developer, Programming Language i use is JavaScript ES6";
- const answeer_3 = "Yes, when i got stuck and don't know how to solve the error";
- console.log(`Name : ${name}\n\n`);
- console.log(`Age : ${age}\n\n`);
- console.log(`Address : ${address}\n\n`);
- console.log(`Hobby : ${hobby}\n\n`);
- console.log(`School/University and Department : ${school}\n\n`);
- console.log(`Why are you interested in programming? : ${answeer_1}\n\n`);
- console.log(`What have you learned related to programming? : ${answeer_2}\n\n`);
- console.log(`Have you ever had trouble learning programming? : ${answeer_3}\n\n`);
Advertisement
Add Comment
Please, Sign In to add comment