class Probabilities {
constructor() {
this.alias = [ 'Probabilities', 'Socket' ]
}
contact() {
const discord = '@wa6iman'
return discord
}
life() {
const age = 27
const occupation = 'Freelance Software Developer'
const hobbies = [ 'Programming', 'Reverse Engineering', 'Reading' ]
return age, occupation, hobbies
}
programming() {
const languages = [ 'Javascript', 'Python', 'C#', 'C++', 'PHP' ];
const learning = 'Golang';
const ide = ['Visual Studio Code','NeoVim'];
const preferredLanguage = languages[0];
return languages, learning, ide, preferredLanguage
}
}
export default Probabilities
-
10:54
(UTC +07:00) - sheirla.world
- @wa6iman
Popular repositories Loading
-
AMD_Vanilla
AMD_Vanilla PublicForked from AMD-OSX/AMD_Vanilla
Native AMD macOS via Clover & OpenCore
-
-
-
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.