// Languages I focus on
class TahaProfile extends CS_Student {
const myFocus = {
"ProgramingLanguages" : { "Python", "C", "C++", "R" },
"OtherLanguages" : { "HTML", "CSS" },
"Platform" : { "GNU/Linux", "Windows" },
"Editors" : { "Vscode"},
"OtherTools" : { "Git" }
};
}