class Probabilities {
constructor() {
this.alias = [ 'Probabilities', 'Socket' ]
}
contact() {
const discord = '@shareholders'
const telegram = 't.me/gaveaway'
const email = 'xmlrequest@proton.me'
return discord, telegram, email
}
life() {
const age = 19
const occupation = 'Freelance Software Developer'
const hobbies = [ 'Programming', 'Reverse Engineering', 'Reading' ]
return age, occupation, hobbies
}
programming() {
const languages = [ 'Javascript (Node.js Framework)', 'Python', 'C#' ];
const learning = 'Golang';
const ide = 'Visual Studio Code';
const preferredLanguage = languages[0];
return languages, learning, ide, preferredLanguage
}
}
export default Probabilities
19-year old Software Developer with a passion for Reverse Engineering
-
Voidproxies
- London
-
10:28
(UTC) - sockets.lol
Highlights
- Pro
Pinned Loading
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.