I am Berkan and I created this website to better document my projects that I have been working on. Currently my interests lie with AI and topics related to that but I am always open to new ideas and concepts. Thank you for visiting this website and I hope you have a great day!
function berk(){
for(var i; i < 98; i ++){
console.log("Loading...");
}
alert("Berkan is here!");
}