class Front-BackEndDeveloper {
constructor() {
this.name = "Chaitanya";
this.age = 19;
this.role = "Web developer";
this.contact = "[email protected]"
this.language_spoken = ["en", "hi", "fa"];
}
sayHi() {
console.log("Thanks for stopping by. I hope you find some of my work interesting.");
}
}
const me = new Front-BackEndDeveloper();
me.sayHi();
Highlights
- Pro
Popular repositories Loading
-
Language_Translator
Language_Translator PublicThis is a python project which with the help of google translator return back the translated language and also recognize the text image to be translated.
Python 2
-
-
Finding-Business-Vite
Finding-Business-Vite PublicForked from Carzed1/Finding-Business-Vite
This website enables the user to find the appropriate business location using google maps api and other algorithms.
JavaScript 1
-
-
Finding_Business
Finding_Business PublicWe developed this website to locate suitable business and create a Startup Community
Python
-
www.legouvernement.com
www.legouvernement.com PublicForked from ecthrwatch/www.legouvernement.com
LeGouvernement.com non-official website on the French government.
HTML
If the problem persists, check the GitHub status page or contact support.