// The essential Human blueprint
class Human {
constructor() {
this.species = "Homo Sapiens";
this.skills = ["breathing", "eating", "sleeping"]; // __ _
} // | / \ | _\(_)/_ @nazDridoy
} // \_\\ //______/ /(o)\
// .'/()\'.____/`- /' \
// A Developer is just a Human with extra features // idoy \\`.//\ _ /` \ \\ ,, / /
class Developer extends Human { // _\(o)/_ / /`.,' `.,' '-.`\()/`.-'
constructor() { // /(_)\ /__/__/ DevLife--_'(_ )'_--.
super(); // . _.._ \ // /` /`""`\ `\ \
this.name = "nazDridoy"; // @nazDridoy ' '.'`._,' | | >< | |
this.mood = "π"; // / __ \/___\,'\ /\ / /
this.skills.push("coding", "googling"); // , | >< |__,__\,-' '.__.' ridoy
this.skills.push("ctrl+c", "ctrl+v"); // . \ \ / / . \ _\(o)/_
} // \_'--`( )'--'_/ _ /(_)\
greet() { // .--'/()\'--. _\( )/_
return `Hi ! I'm ${this.name}...${this.mood}`; // / /` d' `\ \ /(O)\
} // _ @naz ridoy @naz
} // _\(_)/_ \ /
// /(O)\ @nazDridoy
// Say hello! //
console.log(new Developer().greet());
// Output: Hi ! I'm nazDridoy...π
Highlights
- Pro
Pinned Loading
-
computer-science
computer-science PublicForked from ossu/computer-science
π Path to a free self-taught education in Computer Science!
-
kokoro-tts
kokoro-tts PublicA CLI text-to-speech tool using the Kokoro model, supporting multiple languages, voices (with blending), and various input formats including EPUB books and PDF documents.
-
github-commit-labels
github-commit-labels PublicA userscript that enhances GitHub commits by adding beautiful labels for conventional commit types.
JavaScript 3
-
audiobooksnatcher
audiobooksnatcher PublicForked from castdrian/audiosnatch
Search & Download audiobooks from tokybook.com and freeaudiobooks.top
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.