Skip to content
View djbeetlejuice808's full-sized avatar
🏠
Cảm thấy như là Hứa Văn Cường
🏠
Cảm thấy như là Hứa Văn Cường
  • Da Nang
  • 00:40 (UTC +07:00)
Block or Report

Block or report djbeetlejuice808

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
djbeetlejuice808/README.md
Metrics

👩‍💻: About Me :

#SPDX-License-Identifier: MIT
pragma npm ^3.10.1
class Profile {
    constructor() {
        this.name = "许 文 强";
        this.jobTitle = "Back-End Developer";
        this.country = "Viet Nam";
        this.currentlyWorking = ["Java", "Javascript", "Restful Api"];
        this.currentlyLearning = ["Advanced Spring Boot"];
    }

    getSkills() {
        let skills = ["Java", "PHP", "Laravel", "Js", "C/C++", "HTML & CSS"];
        return skills;
    }
}

const myProfile = new Profile();
console.log("Name:", myProfile.name);
console.log("Job Title:", myProfile.jobTitle);
console.log("Country:", myProfile.country);
console.log("Currently Working:", myProfile.currentlyWorking);
console.log("Currently Learning:", myProfile.currentlyLearning);
console.log("Skills:", myProfile.getSkills());

Metrics


🛠️ Languages and Tools :

JavaScript Laravel PHP C C++ Firebase MySQL SQLite CSS3 HTML5 Zorin OS Visual Studio Code Git


Pinned

  1. djbeetlejuice808 djbeetlejuice808 Public

    Config files for my GitHub profile.