Hello Friend, Welcome!

profile picture
const nickname = "Oliver Something";
        

About Me!

    01.   const person = {
    02.      name: "Khashayar Hosseini",
    03.      type: "Programmer",
    04.      location: "Earth",
    05.      langauges: [
    06.          "C#",
    07.          "Java",
    08.          "Python",
    09.          "Swift",
    10.          "HTML5",
    11.          "CSS3 - Tailwind CSS",
    12.      ],
    13.      frameworks: [
    14.          "ASP.NET Web API",
    15.          "Django",
    16.          "Entity Framework Core",
    17.          "UIKit",
    18.      ],
    19.      others: [
    20.          "Docker",
    21.          "Redis",
    22.          "Creating and consuming REST APIs",
    23.      ],
    24.      operatingSystems: [
    25.          "Linux",
    26.          "MacOs",
    27.      ],
    28.      email: "diablo31@live.co.uk"        
    29.   };

    30.   function contact() {
    31.       return person.email;
    32.   }
    
console.log("Thanks for visiting.");