Hey, Turhan is here!
- 🔭 I’m currently working on Detaysoft
- 🌱 I’m currently learning PHP, Laravel PHP TypeScript, JavaScript, Java Spring Boot, React.js
- 💬 Ask me about Everything
- 📫 How to reach me: [email protected]
const user = "Turhan Çetin";
var current_edu = "Cumhuriyet University in Turkey";
let interest = "FS Consultant at Detaysoft";
let hobbies = ['Play Computer Games',
'Read Comics',
'Draw Comics',
'Read Books' ];
function getCity() {
return "Sivas";
}
function WhoAmI(user,current_edu,interest,hobbies) {
console.log("Hello I'am " +user +'Studying at ' + current_edu + 'Work at ' + interest );
hobbies.forEach(hobby => {
console.log('My hobbies' + hobby);
});
}