class Developer {
constructor() {
this.name = "Alok Yadav π";
this.role = "Frontend Developer π»";
this.hate = "JavaScript π";
}
sayHi() {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}
const me = new Developer();
me.sayHi();
Highlights
- Pro
Pinned Loading
-
cryptbeeWeb
cryptbeeWeb PublicCryptBee is a trading crypto website made using ReactJs for the frontend and Django for the backend.
JavaScript 1
-
-
-
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.